J
Jan Krumsiek
Hi all.
I am currently writing a small batch script which shall automate my
backups. I am using the WinZip command line tool for compression and
archiving. The lines look like this:
"C:\Programme\WinZip\WZZIP.EXE" -a -P -r f:\backup.zip "d:\Database\"
"C:\Programme\WinZip\WZZIP.EXE" -a -P -r f:\backup.zip "d:\MyProjects\"
etc.
Now I'd like the destination file name to contain the current date. It
shall look like this:
f:\backup091103.zip
Are there any macros or other tools which I can use in batch files?
Regards,
Jan
I am currently writing a small batch script which shall automate my
backups. I am using the WinZip command line tool for compression and
archiving. The lines look like this:
"C:\Programme\WinZip\WZZIP.EXE" -a -P -r f:\backup.zip "d:\Database\"
"C:\Programme\WinZip\WZZIP.EXE" -a -P -r f:\backup.zip "d:\MyProjects\"
etc.
Now I'd like the destination file name to contain the current date. It
shall look like this:
f:\backup091103.zip
Are there any macros or other tools which I can use in batch files?
Regards,
Jan