r***@gmail.com
2008-03-11 14:35:09 UTC
I'm trying to run the following, but I always receive an error due to
the space between Program Files. I've tried quoting it in standard
style and in ascii but then the file cannot be found. The file is at
the path specified. Anyone see the error?
Set WSHShell = CreateObject("Wscript.Shell")
return = WSHShell.run ("C:\Program Files\7-Zip\7z.exe e C:\ziptest
\test.zip -y -oc:\ziptest *.txt -r",1,true)
the space between Program Files. I've tried quoting it in standard
style and in ascii but then the file cannot be found. The file is at
the path specified. Anyone see the error?
Set WSHShell = CreateObject("Wscript.Shell")
return = WSHShell.run ("C:\Program Files\7-Zip\7z.exe e C:\ziptest
\test.zip -y -oc:\ziptest *.txt -r",1,true)