home *** CD-ROM | disk | FTP | other *** search
- rem Use this Batch file to unZIP incoming PICTURExx.PXP files
- rem %1 is the name of the incoming .PXP file
- rem %2 is the Drive:\Pathname (taken from the CFG file entry)
- rem where you want to place the Unzipped files
- rem %1 and %2 are passed from the Classified Ads program
- rem If an unZipped file causes a duplicate in the directory then
- rem PKUNZIP will wait for a response as to whether to overwrite or not
- rem If you wish to overwrite without getting a prompt, place -o
- rem between pkunzip and %1: PKUNZIP -o %1 %2
- pkunzip %1 %2
-