I am attempting to create a batch file that will need to run at the end of every day to grab a file "c:/imagetracII/logs.txt" and save it in another location.
I would like for this batch file to increment each day by placing each days log into a new sub directory. For Example: Day 1 logs are grabbed and sent to c:\logs\logs_07072003\logs.txt and day 2 is c:\logs\logs_07082003\logs.txt. Is there anyway to do this?
I would like for this batch file to increment each day by placing each days log into a new sub directory. For Example: Day 1 logs are grabbed and sent to c:\logs\logs_07072003\logs.txt and day 2 is c:\logs\logs_07082003\logs.txt. Is there anyway to do this?