Mcgillivray, Don [ITS]
donald.a.Mcgillivray at mail.sprint.com
Thu Mar 10 16:00:39 CST 2005
Thank you, Gustav. That approach would probably do the trick. I'll have a look at the cab option, too. Don -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Gustav Brock Sent: Thursday, March 10, 2005 1:47 AM To: accessd at databaseadvisors.com Subject: RE: [AccessD] Archiving files with Winzip Command Line version Hi Donald One method could be to replace the direct call of Winzip in the command line with a call of a batch file. This batch file should run Winzip and then create a log file: echo Winzip completed > winzip.log or similar. Then test for the existence of the log file; it will not be created before Winzip has finished. You may also wish to check out cab files in favour of zip file. If I recall correctly they could be faster at adding single files, indeed for extracting. /gustav