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.
 
Back
Top