Return to Snippet

Revision: 69420
at June 16, 2015 12:57 by brm


Initial Code
@echo off

echo f | xcopy /f /Y "\\src-dir\filename.ext" "\dest-dir\filename_%date:~-4,4%%date:~-10,2%%date:~-7,2%.ext"

cls

Initial URL


Initial Description
Copy file as current date as name file to destination directory

Initial Title
Copy file with current date Windows

Initial Tags
copy

Initial Language
DOS Batch