Search found 1 match

by gansh
04 Aug 2010 03:55
Forum: DOS Batch Forum
Topic: Backup File
Replies: 1
Views: 3034

Backup File

I want to create a bat file to create backup of a file. Bat file will get the file as parameter and then it will create a backup by copying it with a different name. For Example mybat.bat index.asp will create index_1.asp I did this. But the problem is that I want to have a check system while copyin...