I have the following <cfexecute> tag in my page  ...

<cfexecute name="C:\Inetpub\wwwroot\test\md5\md5.exe"
                arguments="-s, 'John, Doe, 123456789'"
                outputfile="C:\Inetpub\wwwroot\test\text.txt"
timeout="1">
</cfexecute>

The script is executing fine (from what I can tell - I have a try/catch
block around it); however, nothing is getting written to the text.txt file.
I've tried taking the additional arguments out and just having "-s" ... for
I'm not sure if I'm passing the additional arguments correctly, but still
nothing is happening.

Any suggestions ... and while I'm at it, how do I pass arguments to the exe?

Tim Bahlke


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to