How to write the script for compress file in Windows XP

ctkmak

Registered User.
Local time
Tomorrow, 02:22
Joined
Sep 25, 2004
Messages
11
I have a backup script using WinZip for backup and zip the copied database. Since, Windows XP contain it own compress utility, do anyone know how to combine it into the backup script.

My existing backup script as follows:

Call Shell(sWinZip & " -a " & sZipFile & " " & sFileToZip, vbHide)
 

Users who are viewing this thread

Back
Top Bottom