G
Guest
Hi guys
I have a file that I need to back-up every 2 hours, as it gets overwritten. I want to do this by setting up a bat file to copy the file to a Logs directory. I will then schedule windows 2000 to run this every 2 hours
My problem is that it will overwrite my previous back-up as it is in the same name. Is there a way to code a bat file to copy a file and write it to a location with a name change that increments by one.. ie InfoFile.xls backs-ups would be InfoFile1.xls, InfoFile2.xls InfoFile3.xls ec
Or does anyone else have a more practical solution.
Please try to keep it as simple as possible as I'm a novice user
I have a file that I need to back-up every 2 hours, as it gets overwritten. I want to do this by setting up a bat file to copy the file to a Logs directory. I will then schedule windows 2000 to run this every 2 hours
My problem is that it will overwrite my previous back-up as it is in the same name. Is there a way to code a bat file to copy a file and write it to a location with a name change that increments by one.. ie InfoFile.xls backs-ups would be InfoFile1.xls, InfoFile2.xls InfoFile3.xls ec
Or does anyone else have a more practical solution.
Please try to keep it as simple as possible as I'm a novice user