Any ideas what I'm doing wrong? Here's my code:

<cfexecute name="c:\windows\system32\systeminfo.exe"
        arguments="/FO CSV"
        variable="data"
        timeout="10" />

<cfdump var="#data#">

I've also tried running it without the arguments (see below). Both the code 
above and the code below return an empty string:

<cfexecute name="c:\windows\system32\systeminfo.exe"       
        variable="data"
        timeout="10" />

<cfdump var="#data#">

Any ideas?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346485
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to