Shortcut runtime parameter

  • Thread starter Thread starter Robert
  • Start date Start date
R

Robert

I would like to run from a shortcut a command file (.cmd
file) that takes 1 argument. How do I do this?
 
I would like to run from a shortcut a command file (.cmd
file) that takes 1 argument. How do I do this?

Create a shortcut to cmd.exe
Use the target line in the shortcut's properties to add your argument.

If you type cmd /? into a command prompt window, you will get quite a list
of available switches and necessary syntax.
 

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