|
#1
|
|||
|
|||
|
I had an old batch file that used winzip that I am trying to convert over to use PACL.
What it should do: Pulls all of the listed types of media files from a CD, including all subdirectories and preserving pathnames. Creates a .zip archive of all of them and outputs a log file. The batch file takes 2 arguments: the name of the archive to create and the letter of the CD-Drive that has the CD in it. When I run the Batch file as "makepzip ta0000 e" this is the output from the log: Archive: d:\ta0000.zip preparing to compress... *** WARNING: Nothing to add or update... All OK So, it looks like either it is not going into all the subdirectories on the CD, or it is only checking the first filetype (jpg), because I know that there are .gif files in some of the directories. Here are the commands in my Batch file: @ECHO OFF ECHO ** This batch file will find all Media Files on %2 and create a zip ** ECHO ** file called d:\%1.zip and d:\%1.log ** "c:\apps\PACOMP" -a -r -P d:\%1.zip %2:\*.jpg %2:\*.bmp %2:\*.gif %2:\*.jpeg %2:\*.tif %2:\*.tiff %2:\*.mpg %2:\*.mpeg %2:\*.mov %2:\*.rm %2:\*.ram %2:\*.asf %2:\*.wmv %2:\*.mpe %2:\*.avi %2:\*.jfif %2:\*.jif %2:\*.art %2:\*.jpe %2:\*.png %2:\*.vob %2:\*.3gp %2:\*.mpa %2:\*.tmp %2:\*.3g2 %2:\*.asx %2:\*.flv %2:\*.shs %2:\*.m2v %2:\*.mod %2:\*.cjp %2:\*.divx %2:\*.wm %2:\*.dv %2:\*.mp4 > d:\%1.log Any help you can give me would be greatly appreciated. Thanks! Dustin |
| Bookmarks |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to unzip file to desirable destination with batch file? | BirgemBorg | Tech Support | 2 | 01-12-2009 11:15 AM |
| compress one file into multiple parts | kpb | Wishlist | 2 | 10-16-2008 09:36 AM |
| File types for extact and archive | smerey | General | 2 | 04-13-2006 07:58 AM |
| Master file types should be backed up! | nameless | Wishlist | 1 | 07-17-2004 10:51 AM |