![]() |
![]() |
|
|
how to create zip files with batch file? what command zips files on xp? tia, mcnewsxp |
![]() |
|
|
#2 | ||
|
Guest
Posts: n/a
|
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. |
||
|
| Sponsored Links |
|
|
#4 | ||
|
Guest
Posts: n/a
|
You need a third party zip utility (7-zip is free). Install 7-zip and copy
the command line utility, 7z.exe, to your system32 folder and type "7z" at a command prompt for options. Louis "mcnews" <mcourter@mindspring.com> wrote in message news:928e6f76-bb71-4598-815e-81e55664332c@n33g2000pri.googlegroups.com... > how to create zip files with batch file? > what command zips files on xp? > > tia, > mcnewsxp |
||
|
|
|
#5 | ||
|
Guest
Posts: n/a
|
On Nov 10, 8:25 am, mcnews <mcour...@mindspring.com> wrote:
> how to create zip files with batch file? > what command zips files on xp? > > tia, > mcnewsxp Look into using pkzipc which is the command line version of pkzip. I designed a backup program around it and It works really great. Duke |
||
|
|
|
#6 | ||
|
Guest
Posts: n/a
|
On Nov 10, 10:25*am, mcnews <mcour...@mindspring.com> wrote:
> how to create zip files with batch file? > what command zips files on xp? > what i am looking for is how to use the win xp util that is run by right clicking on a file or files and selecting Send to | Compressed (zipped) folder. |
||
|
|
|
#7 | ||
|
Guest
Posts: n/a
|
mcnews wrote: > On Nov 10, 10:25 am, mcnews <mcour...@mindspring.com> wrote: > >>how to create zip files with batch file? >>what command zips files on xp? >> > > > what i am looking for is how to use the win xp util that is run by > right clicking on a file or files and selecting Send to | Compressed > (zipped) folder. You won't find that. Move on to other suggestions. |
||
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| calling multiple batch files from within a batch file | yawnmoth | Windows XP | 3 | 05-26-2008 01:47 PM |
| File Not found or no read permission when try to compress file. | Eskimosound | Windows XP | 0 | 04-11-2008 06:11 PM |
| Batch file works in command line but not as a batch | Danger | Windows XP | 7 | 02-05-2008 11:50 AM |
| Compress and zip File | W. Watson | Windows XP | 1 | 12-14-2007 12:37 PM |
| How to compress one large file to multiple files | TEN | Windows Vista | 8 | 10-15-2007 08:39 PM |