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">
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to