Thanks.
I looked for all this in the 6.3 version's Help file and found nothing about lauching command line operations.
this information has been long awaited.
If it were possible to continue here Once more with the equivelent commannd line to zip files or filemask ...
ie: Zip c:\folder1 <filemask> c:\folder2 <filename.zip> /now
for this i have provided the food ..
Main Topics
Browse All Topics





by: SteveWoodPosted on 1998-05-21 at 00:30:05ID: 1713213
The command format is:
winzip[32].exe -e [options] filename[.zip] directory
where:
-e
Is required.
options
-o and -j stand for "Overwrite existing files without prompting" and "Junk pathnames", respectively. Unless -j is specified, directory information is used. Use -sPassword to specify a case-sensitive password. The password can be enclosed in quotes, for example, -s"Secret Password".
filename.zip
Specifies the name of the Zip file involved. Be sure to specify the full filename (including the directory).
directory
Is the name of the directory to which the files are extracted. If the directory does not exist it is created.
Hope this helps.
Steve