Ok this is a little long, because it involves getting used to some tools you might not know. However using these tools will give huge amount of power over your systems.
Download cygwin www.cygwin.com , and at least the core / zip & unzip packages. Install it. open bash (the shortcut that was added) cd into the directory you should mount your drives to folders eg cd / mkdir c mount c: /c mkdir d mount /d etc... change into your zip directory cd /c/folderofzipfiles then just unzip *.zip easy huh? just type unzip -h or man unzip to see detailed usage. There are 100's of other tools include in these packages, that allow an incredible amount of control, from the command line. Look up "bash scripting examples" on google to get a flavour. Of course if you are on linux, this tools are most likely available to you WG > -----Original Message----- > From: Parker, Kevin [mailto:[EMAIL PROTECTED]] > Sent: 14 January 2003 23:58 > To: CF-Talk > Subject: OT: Web log files > > > Does anyone know how I can "batch unzip" a truck load of zipped web log > files other than one by one. > > Please contact me off list. > > > ********** > > Kevin Parker > Web Services Manager > WorkCover Corporation > > [EMAIL PROTECTED] > www.workcover.com > > p: 08 82332548 > f: 08 82332000 > m: 0418 806 166 > > ********** > > > > ************************************************************************ > This e-mail is intended for the use of the addressee only. It may > contain information that is protected by legislated confidentiality > and/or is legally privileged. If you are not the intended recipient you > are prohibited from disseminating, distributing or copying this e-mail. > > Any opinion expressed in this e-mail may not necessarily be that of the > WorkCover Corporation of South Australia. Although precautions have > been taken, the sender cannot warrant that this e-mail or any files > transmitted with it are free of viruses or any other defect. > > If you have received this e-mail in error, please notify the sender > immediately by return e-mail and destroy the original e-mail and any > copies. > ************************************************************************ > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

