Dec 082017
Set date of ZIP files to date of newest file inside the ZIP files. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
ZIPDATE.EXE | 41615 | 29612 | deflated |
ZIPDATE.TXT | 1277 | 389 | deflated |
Download File ZIPDATE.ZIP Here
Contents of the ZIPDATE.TXT file
ZIPDATE
ZIPDATE sets the date for .ZIP files to the latest file date and time in the
archive. This is useful because communications programs generally set a
downloaded file's date to the current date - you can't tell how old the archive
really is.
ZIPDATE syntax:
ZIPDATE [filespec] [filespec...]
Examples:
ZIPDATE PXREF.ZIP
Update the date and time in file PXREF.ZIP
ZIPDATE *.ZIP
Update the date and time in all .ZIP files on the current directory.
ZIPDATE *
Update the date and time in all .ZIP files on the current directory.
ZIPDATE D:
Update the date and time in all .ZIP files on the current directory
of drive D:.
ZIPDATE D:\SUBDIR\
Update the date and time in all .ZIP files on directory \SUBDIR
of drive D:.
ZIPDATE
You will be prompted for the name of the ZIP file(s).
ZIPDATE D:\SUBDIR\ A:
Update the date and time in all .ZIP files on directory \SUBDIR
of drive D: and on the current directory of drive A:.
ZIPDATE TEST D:TEST C:\
Update the date and time in the following .ZIP files:
TEST.ZIP
TEST.ZIP on drive D:
All .ZIP files on the main directory of drive C:
December 8, 2017
Add comments