Guys what the best way to execute a bat file on a remote machine. I trying to use cfexecute but it does not appear to exec the commands in the bat file it just list the contents to the screen. code is below
<cfexecute name = "c:\ie.bat" timeout = "60" variable="data" /> ie.bat psexec \\wclsqltst1.wrl.local d:\Test\SSIS\ie.bat >c:\log.txt I know I wont see IE but i should see the process. If I execute ie.bat from the command line I see the process. If I execute if from a CF page I get nothing. CF is presently using the local account to run under. If this was a security issue I would expect to see some kind of error. So is CFExecute the best tag to use to execute a remote bat file. Brian -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
