Coldfusion 10: execute as command line
Using CF10 on a unix system. Attempting to use cfexecute on perl and batch files do not work but they run fine when executed directly from command line. The perl and bat file permissions are set so anyone can execute them. Does anyone know if I make coldfusion execute the perl or bat file as if it was running as a command line? May need to designate specific user the execute them as.
<cfexecute name="#EDRSDIR#/uploadconvertwrapper.pl" arguments="#filedirectory# #finalfilename# #dcnflag# #splflag# outputFile="/dev/null" timeOut="0" />
<cfexecute name="#EDRSDIR#/uploadconvert.bat" argumensts="#filedirectory# #finalfilename# #dcnflag# #splflag# outputFile="/dev/null" timeout="0" />
