Hi

I am trying to kill the process htmldoc.exe, using pskill.exe, however i keep 
getting the following error

Timeout period expired without completion of E:\Websites\pstools\pskill.exe  
 
  
The error occurred in E:\Websites\selwood\test1.cfm: line 7
 
5 : 
6 : 
7 : <cfexecute name="#pSkill#" arguments="-t htmlDoc" outputfile="#psfile#" 
timeout="25"></cfexecute>


Here is my code

<cfset pskill = "E:\Websites\pstools\pskill.exe">
<cfset psdir = "E:\Websites\pstools\">
<cfset psfile = "E:\Websites\pstools\ps.txt">

<cfexecute name="#pSkill#" arguments="-t htmlDoc" outputfile="#psfile#" 
timeout="25"></cfexecute>

any help would be appreciated

jason


 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297514
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to