Hi Peter, I use cfexecute like this:
<cfexecute name="#batPath#" outputfile="#outputFilePath#" arguments="" timeout="10" /> Regards, Adam -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, 21 December 2007 1:01 AM To: cfaussie Subject: [cfaussie] Using CFEXECUTE to run a batch file I have a batch file d:\test.bat which I would like to execute to run on the server. My command is as follows <cfexecute name="d:\test.bat" timeout="10"> </cfexecute> This will echo the contents of the file test.bat to the screen rather than execute the file. Am I missing something simple --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
