[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Re: zipped files
- Subject: Re: zipped files
- From: WooF owlswick@xxxxxxxx
- Date: Sun, 14 Oct 2001 13:14:17 -0400 (EDT)
Try this:
Let's say the original file is woofl.txt in A:
Then your command to zip it to the C: drive would be
pkzip C:woofl.zip A:woofl.txt
If you were to UNzip a file called woolf.zip in C: and
put the unzipped file in B:, then
pkunzip C:woofl.zip B:
NOTE: the file name of the zipped file, either existing or to be
created, always goes first. The file name of a to be zipped file
goes second. The destination Drive (and subdirectory) of an
unzipped file also goes second.
George Scithers of owlswick@xxxxxxxx