Hi,
I'm attempting to unzip a file on the webserver using a Winzip patch "WZUNZIP". It works perfectly in a batch file when running it from the command line on the web server.
I am required to run it it as a CFSCHEDULE but have found that the path name is a problem:
D:\program files\winzip\wzunzip
This will only run on the command line enclosed in quotes - ie, "D:\program files\winzip\wzunzip" due to the space in the directory name, 'program files'. I've been unable to find a way to do this using CFEXECUTE - short of installing Winzip into a single-word directory, does anyone have any ideas?
Peter Toby
webmaster@petertoby.com.au
My site is under construction but getting better!
I'm attempting to unzip a file on the webserver using a Winzip patch "WZUNZIP". It works perfectly in a batch file when running it from the command line on the web server.
I am required to run it it as a CFSCHEDULE but have found that the path name is a problem:
D:\program files\winzip\wzunzip
This will only run on the command line enclosed in quotes - ie, "D:\program files\winzip\wzunzip" due to the space in the directory name, 'program files'. I've been unable to find a way to do this using CFEXECUTE - short of installing Winzip into a single-word directory, does anyone have any ideas?
Peter Toby
webmaster@petertoby.com.au
My site is under construction but getting better!