I have this
<cfexecute name="c:\decrypter.exe" arguments="fraser.cogd" outputfile="c:\fraser.txt" /> <cffile action="read" charset="utf-8" file="C:\fraser.txt" variable="myFile" /> <cfoutput>#myFile#</cfoutput> Which works fine, but it won't allow me to put it straight into a variable like this <cfexecute name="c:\decrypter.exe" arguments="fraser.cogd" variable="myFile" /> <cfoutput>#myFile#</cfoutput> The variable is always blank, any ideas? Regards Dale Fraser --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
