to compress files.
pkzip A:\new name C:\files to be zipped
to compress directorys\subdirectorys & files.
this command can be used everytime. add -rp
pkzip a:\new name -rp c:\directories to be zipped \*.*
compress everything, max compression.
this can be used everytime, unless you are finding errors.
add -ex
pkzip -ex a:\new name c:\what to compress
compressing to muliti disk.
when a file is to large for 1 disk.
this switch will add it to more than 1 disk.
this command can only be used when zipping to floppy disk & not to a hard disk.
it would be a good idea to use the -rp everytime, ( if needed or not, its used to copy the directory structure ) but you must use the -d to restore directory, ( get into the habit ).
add -&
pkzip a:\new name -& c:\what to zip
compressing file & directory structure.
will keep file & directory structure.
add -rp
pkzip a:\file name -rp c:\what to zip
Notes on PKZip.
-ex = max compression.
-ex = more time to compress.
-& = for more than 1 disk.
-rp = will compress all directorys & subdirectorys, full or emply.
all commands are from the pkzip directory unless pkzip is in the path.
all commands need to be in lower case, upper case have another meaning.
pkzip & pkunzip can be found on alot of drivers disk, you may already have it.