MoshiachNow
IS-IT--Management
HI,
I have the following code inside my HTML file that opens a zip file in a given dir:
objShell.Run("""%ProgramFiles%\WinZip\winzip32.exe"" -e -o ""%userprofile%\Desktop\CREO-QZEDR9JVHI_20070130_sys.zip"" c:\TEMP")
I actually would like the code to open a zip file from my current dir - the one where the HTML files resides in.Something like:
objShell.Run("""%ProgramFiles%\WinZip\winzip32.exe"" -e -o "QZEDR9JVHI_20070130_sys.zip" c:\TEMP")
But it does not seem to find the zip file now ...
Appreciate any advice.
Thanks
Long live king Moshiach !
I have the following code inside my HTML file that opens a zip file in a given dir:
objShell.Run("""%ProgramFiles%\WinZip\winzip32.exe"" -e -o ""%userprofile%\Desktop\CREO-QZEDR9JVHI_20070130_sys.zip"" c:\TEMP")
I actually would like the code to open a zip file from my current dir - the one where the HTML files resides in.Something like:
objShell.Run("""%ProgramFiles%\WinZip\winzip32.exe"" -e -o "QZEDR9JVHI_20070130_sys.zip" c:\TEMP")
But it does not seem to find the zip file now ...
Appreciate any advice.
Thanks
Long live king Moshiach !