start and stop EXE program from command

  • Thread starter Joseph Schwartz
  • Start date
J

Joseph Schwartz

Is there a command to start and more importantly to stop a EXE program from
command line?

I am trying to start and stop a program during execution from another
program and I need to know if it can be done from command line?

any help appreciated.

Joe
 
P

Pegasus \(MVP\)

Joseph Schwartz said:
Is there a command to start and more importantly to stop a EXE program from
command line?

I am trying to start and stop a program during execution from another
program and I need to know if it can be done from command line?

any help appreciated.

Joe

- To start an application: specify the name of the executable,
preferably with its full path, surrounded by double quotes.
- To stop it: Use taskkill.exe.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top