I'm trying to come up with a script to assist with a very specific backup procedure. As part of the backup, I need to make a copy of a program directory, compress it and title it with the date of the backup.
I know I can Zip a directory using the Zip Directory function. But is there a way I can use a Get Variable to get the current date for the Zip name?
I wouldn't even be opposed to using a generic file name for the backup, for example (current.zip) and a DOS REN to change the name of the .zip when complete.