I am actually trying to grab environment variables that are being set by a batch file. It was my understanding that OUTPUTFILE grabbed the output sent to the command screen. I need the actual value returned from the batch file (like a return variable from a Java/C++ main() function).
Any ideas? TIA. -----Original Message----- From: Matthew R. Small [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 11:40 AM To: CF-Talk Subject: RE: CFEXECUTE Return Code Yes - use the outputfile attribute of CFEXECUTE to save the output to a HTML file, then you can reference it. <cfexecute name="c:\path to app.\application.exe" arguments="-args" timeout="0" outputfile="c:\internet accessable path\pagename.html"></cfexecute> - Matt Small -----Original Message----- From: VAN VLIET, SCOTT E (SBCSI) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 12:48 PM To: CF-Talk Subject: CFEXECUTE Return Code Do any of you out there know how to capture return code from a CFEXECUTE call? TIA! -- SCOTT VAN VLIET SENIOR ANALYST SBC SERVICES, INC Tel: 858.886.3878 Fax: 858.653.6763 Email: <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] ______________________________________________________________________ Why Share? Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

