I installed the support tools from the win2k CD. Passed the correct path to the 
cfexecute tag.

<cfsavecontent variable="processList"> 
<cfexecute name="c:\program files\support tools\tlist.exe" 
timeout="2"></cfexecute> 
</cfsavecontent> 
<cfoutput>#processList#</cfoutput>
<cfset isRunning = Find("SiteMinder executable", "#processList#")> 
<cfoutput>#isRunning#</cfoutput>

processList outputs nothing.
isRunning always returns "0" even when the SiteMinder service is started. Any ideas 
why this is happenning?


>Jochem van Dieten wrote:
>> ColdFusion Programmer wrote:
>> 
>>>Thanks Jochem for the code, however I can't find the file "list.exe" 
>or the folder "resource kit". I've got W2K Server installed on my pc. 
>Any ideas?
>> 
>> Sorry, should be tlist.exe. It is in the Resource Kit.
>
>Actually, with Win2K it is on the CD under /support/tools. You 
>should check out the other goodies there as well.
>
>Jochem
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to