N
Neal Makely
Does anyone know if Windows XP has any command line utilities to handle
compressed (zip) files? I have a large database file that I need to copy to
the C: drive from a CD. I'm trying to keep the process as simple as
possible for the end user, so I'd like to copy a zipped version of the file,
then extract it with a batch file.
Here's the scenario:
backup.zip (@50MB) on CD
Batch file copies backup.zip to C:\temp, extracts backup.db from backup.zip
Can it be done? I'm trying to keep it simple and avoid any third-party apps
(free or not) or make any assumptions that the end-user has WinZip or
something similar installed.
Thanks.
Neal Makely
compressed (zip) files? I have a large database file that I need to copy to
the C: drive from a CD. I'm trying to keep the process as simple as
possible for the end user, so I'd like to copy a zipped version of the file,
then extract it with a batch file.
Here's the scenario:
backup.zip (@50MB) on CD
Batch file copies backup.zip to C:\temp, extracts backup.db from backup.zip
Can it be done? I'm trying to keep it simple and avoid any third-party apps
(free or not) or make any assumptions that the end-user has WinZip or
something similar installed.
Thanks.
Neal Makely