invoking exe from batch file

  • Thread starter Thread starter Ike
  • Start date Start date
I

Ike

Is tehre a way to invoke an exe file from a batch file such that the exe is
invoked as a separate process, i.e. that the batch file continues to execute
even before the exe file has finished? Thanks Ike
 
You can use the Start command. For more information do start /? at the
Command Prompt.

John
 

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

Back
Top