Jump to content

Terminate running program from .bat file?


Recommended Posts

Guest Sid Elbow
Posted

I have a keyboard macro program that I have running in the background.

Unfortunately, it has some hotkeys that clash with a cad program that I use.

 

Usually (when I remember), I shut down the keyboard program before

running the cad but since the cad program is started from a .bat file I

wondered whether there was a way to terminate the keyboard program from

within that .bat file.

  • Replies 3
  • Created
  • Last Reply

Popular Days

Guest John John
Posted

Re: Terminate running program from .bat file?

 

You can use the Kill command from the Resource Kit or Sysinternals'

PSKill, look for it on the Microsoft site.

 

John

 

Sid Elbow wrote:

> I have a keyboard macro program that I have running in the background.

> Unfortunately, it has some hotkeys that clash with a cad program that I

> use.

>

> Usually (when I remember), I shut down the keyboard program before

> running the cad but since the cad program is started from a .bat file I

> wondered whether there was a way to terminate the keyboard program from

> within that .bat file.

Guest Sid Elbow
Posted

Re: Terminate running program from .bat file?

 

John John wrote:

> You can use the Kill command from the Resource Kit or Sysinternals'

> PSKill, look for it on the Microsoft site.

 

Thanks, John ... I'll dig around

Guest John John
Posted

Re: Terminate running program from .bat file?

 

Sid Elbow wrote:

> John John wrote:

>

>> You can use the Kill command from the Resource Kit or Sysinternals'

>> PSKill, look for it on the Microsoft site.

>

>

> Thanks, John ... I'll dig around

 

You're welcome.

 

John


×
×
  • Create New...