Hi! I am using command line version of 7zip and I need to create archive with name = date of creation. For example: 071114.7z. Any ideas? Thank for advice.
J.K.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2007-11-14
If you're on M$ Windows, you can use %date% and the substring features in a DOS batch file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi! I am using command line version of 7zip and I need to create archive with name = date of creation. For example: 071114.7z. Any ideas? Thank for advice.
J.K.
If you're on M$ Windows, you can use %date% and the substring features in a DOS batch file.
ren c:\backup %date:~3,10%backup