mcnews wrote:
> how to create zip files with batch file?
> what command zips files on xp?
>
> tia,
> mcnewsxp
PKZIP for XP has always been a GUI program. Thus making batch file a
bit harder.
I did download an optional addon for PKZIP to make a command line.
Once you get that far its rather simple. Maybe your version works as
is, just try.
Its
PKZIP -a [zipfilename][list of files or folders to include]
like
pkzip -a myzip.zip *.bat
I don't have winzip loaded any more, I've been hooked on winrar and use
it so much, but it too has a command line.
winrar a myrar.rar *.bat
So depends on what you have installed.
|