AutoHotkey Community

It is currently May 26th, 2012, 12:37 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: December 17th, 2008, 4:13 pm 
Is there a way to kill a batch process? Because killing a 'Script.bat' doesn't stop the dos commands it contains from running to their end.

Any idea folks?


Report this post
Top
  
Reply with quote  
PostPosted: December 17th, 2008, 4:23 pm 
Completely untested, but it might work
Code:
; start the batch file
Run. %comspec% script.bat,,,runPID

;then to kill it:
Process, Close, %runPID%


Let us know if it works. ;)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: December 17th, 2008, 4:30 pm 
Offline

Joined: April 20th, 2006, 5:11 pm
Posts: 75
Location: Vienna
If the batch window is visible send Ctrl+c to the command window. You may have also to send j (for Ja [im German]) and {Enter} to the window to confirm batch abort.

But maybe there's something wrong with the batch, when it runs to nowhere but shouldn't?!?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 17th, 2008, 5:04 pm 
Folks, I appreciate your input, feels like I belong.

Untested Guest, even though it seems an obvious move, it doesn't work, doesn't kill the cmd process.
Obi-Wahn, you make sense as well, but my dos window is hidden.

I've worked around it with:
Code:
Process, Close, cmd.exe

That's lethal

Thanks for your help


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: December 17th, 2008, 5:09 pm 
Correction!
Untested Guest you got it right. Forgot the % %. Now works fine.
Many thanks


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, Morpheus, patgenn123, SKAN and 13 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group