Launching multiple aps with one shortcut

  • Thread starter Thread starter Jay
  • Start date Start date
It's all in help under Command Shell Overview.

There's &, &&, ||, (), and ;. (commas and periods here are mine). Don't forget to look up command redirection as well. Also in the For command you'll see how to pull out parts of file names.
 
Thanks much!
-----Original Message-----
It's all in help under Command Shell Overview.

There's &, &&, ||, (), and ;. (commas and periods here
are mine). Don't forget to look up command redirection as
well. Also in the For command you'll see how to pull out
parts of file names.
 
In
Jay said:
Can two programs be launched using one shortcut?


Write a batch file which invokes the two (or more) programs, then
create a shortcut to it.
 

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