Question
cfexecute to run cscript.exe
Hi,
I have batch & js file which convert to word to pdf using cscript.exe.
when I execute batch file directly it convert the files. But if call through browser using below cfm file I
my coldfusion page never end the execution and no output files created.
<cfexecute name="C:\Windows\System32\cmd.exe" arguments="/c #expandpath('./Word2PDF.bat')#" timeout="2000"></cfexecute>
