MikeOwen
03-16-2007, 02:06 PM
Hi,
could someone explain to me why this DOS Command does not seem to execute anything?
DOSCommand ("C://Program Files//WinZip//winzip32.exe" + " -a " + "D://rr_bumper_05.zip" + " " + "D://rr_bumper_05.igs")
Winzip has a command line which allows "-a" to add a file to a new zip file called "rr_bumper_05.zip" by compressing a file called "rr_bumper_05.igs", but it doesn't seem to work.
If I manually type this into a dos prompt it works fine...something to do with paths or spaces between words such as "Program" and "Files" in the path, maybe.
Any help would be great.
Thx,
Mike
could someone explain to me why this DOS Command does not seem to execute anything?
DOSCommand ("C://Program Files//WinZip//winzip32.exe" + " -a " + "D://rr_bumper_05.zip" + " " + "D://rr_bumper_05.igs")
Winzip has a command line which allows "-a" to add a file to a new zip file called "rr_bumper_05.zip" by compressing a file called "rr_bumper_05.igs", but it doesn't seem to work.
If I manually type this into a dos prompt it works fine...something to do with paths or spaces between words such as "Program" and "Files" in the path, maybe.
Any help would be great.
Thx,
Mike
