I'm running CF9 dev edition - using the built in webserver, on win XP sp3 I don't seem to be able to get a command line to run from CF...
Error looks like this: Timeout period expired without completion of C:\Program Files\Vis\vis.exe
If I run this from the CMD - it works fine... C:\Program Files\Vis\vis.exe "C:\Documents and Settings\me.POV-ISP\My Documents\actX.vjb"
trying to run it from CF using this code - (or many other variations) and it times out.
<cfexecute name = "C:\Program Files\Vis\vis.exe"
arguments = "C:\Documents and Settings\me.POV-ISP\My Documents\actX.vjb"
variable="result" timeout="600" errorVariable="errorv"/>
I understand from reading other threads that it MAY be permissions, but WHAT should the permissions be? I installed CF as me - it's run locally, thru my account, same as me running CMD.
thoughts.???