How Do I Create A Batch In Win 2003 Server For Taking Backup(copy) Of A Specific File, When Executed?
When executed just it will copy one file to another folder.
When executed just it will copy one file to another folder.
Posted by Dave Date: Tuesday, November 3, 2009
Categories: File Backup
Tags: 2003., Backupcopy, Batch, Create, Executed, File, Server, Specific, Taking
Powered by Yahoo! Answers
ceate a file called copy.bat (then name of file is not important)
edit the file
add
copy /Y path/of/file/to/copy/copyme.txt path/location/to/copy/file/to/copyme.txt
save the file… when you execute it it will execute the copy command and copy the file to new location…
or use sync toy from microsoft which is a free download…