Hi
 
i am executing a vbs(vbscript) file using
<cfexecute name="cscript.exe" arguments="#thispath#\update.vbs"></cfexecute>
 
it is working fine since 6 months but yesterday i got a error message 
 
"Cannot execute cscript.exe Windows NT error 2 occurred."
 
I made some change in code.
<cfexecute name="c:\winnt\system32\cscript.exe"
arguments="#thispath#\update.vbs"></cfexecute>
executed it again. It works fine now.
 
any idea why it happened.
 
thanks
Sridhar


Reply via email to