Podzip batch file

Downloads: www.mtm2.com/~mtmg/utilities.html
Post Reply
User avatar
Phineus
Glow Ball
Posts: 24
Joined: Tue Feb 02, 1999 7:00 pm

Podzip batch file

Post by Phineus »

This is what I've been using to run podzip. I know I'll lose it if I don't post it here for safe keeping.

Code: Select all

@echo off
podzip %1 %1-pz.pod
copy %1-pz.pod %1
del "%1-pz.pod"
cls
exit
Save that code to a text file with a "bat" extension, then copy it to the "C:\Documents and Settings\Default User\SendTo" folder. Then when you right click a pod you can send it to podzip.bat and voila, instant podzip.

Note. You must copy podzip.exe to windows/system or windows/system32 for this to work.
Post Reply