That didn't matter, I think there is a problem when using a variable called arguments, it didn't matter if I had quotes or no quotes it gave that error, but no less it worked, I will be trying my remote command when the AS/400 guy gets back here.
Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -----Original Message----- From: Jesse Noller [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 21, 2001 11:38 AM To: CF-Talk Subject: RE: Is CF 5 ready for production? Er... Dangit forgot the closing /cfexecute ======================== Jesse Noller Linux Fiend Macromedia Server Development [EMAIL PROTECTED] "Give a man a fish, and he'll pester you to keep giving him fish. Teach a man to fish, and he'll pester you for better fishing theory". --Me, 2001 > -----Original Message----- > From: Jesse Noller [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 21, 2001 11:36 AM > To: CF-Talk > Subject: RE: Is CF 5 ready for production? > > > > > > Sorry I forgot, you have to add this to the top of the code, > > I was using > > arguments variable like Jesse suggested, and it didn't work. > > > > <cfset arguments = "/all"> > > > > <cfexecute name = "C:\WinNT\System32\ipconfig.exe" > > arguments = "#arguments#" > > outputFile = "C:\output.txt" > > timeout = "1"> > > </cfexecute> > > > > Should look like: > > <cfset arguments="/all"> > > <CFEXECUTE > NAME="C:\WinNT\System32\ipconfig.exe" > ARGUMENTS=#arguments# > OUTPUTFILE="C:\output.txt" > TIMEOUT="10"> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm 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

