> 
> 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

Reply via email to