View Single Post
Old 12-03-2007, 12:40 PM   #16
Taskmaster
Super Freak

 
Join Date: Oct 2005
Location: Tallahassee, United States
Posts: 167
Default

I do have a snap of the forum logo (ie. the horizontal one versus the angled one) which I can toss in to the second option just to see. I mess with that today and see how it looks.

As for updating all the zips try something like this....

1) Run this DOS command from the root of the zip file folders. DIR /ogn /b /s *.zip > ZIPS.BAT

2) Use an editor with a search and replace ability to insert a PKZIP command at the front of each line and the path to the EXE (or text file if you'd rather) to the end of eah line. Something like this (the PKZIP flags can be adjusted accordingly):

path:\PKZIP -a -es (zip path already in file) (path to the EXE or TXT file)

3) It has been a long while since I've messed with BAT files, but you could go one step further and insert a IF ERRORLEVEL 1 ECHO (zip name failed) to show any issues.

I would say that if you test a single line or two from the BAT file and it works, then you can ignore the last bit.

Run the batch file and let it update the ZIPs for you.

__________________
i kick spammers asses on every forum i register.beware!
Taskmaster is offline                         Send a private message to Taskmaster
Reply With Quote