CFExecute issue
I am attempting to run a Visual Basic Script on our ColdFusion 8 server and it doesnt work.
My VBScript copies a Powerpoint into a JPEG and successfully works when I run it locally from command line where it takes my local Powerpoint slide and creates a local JPEG in my test directory. I would like to do the same using ColdFusion on our server.
Script.vbs is located in the same directory (C:\DirectoryOne) as the Powerpoint that I want to copy into a JPEG.
Please advise why it not working on the server?
<cfexecute name="C:\Windows\system32\cscript.exe" arguments="C:\DirectoryOne\Script.vbs -c" timeout="30"> </cfexecute>
