I have a program I want to run, but every time I run it I want to use certain command line arguments. I don't know how to run a program from the File Explorer with command line arguments, so I always use the command prompt. These arguments are always the same, so is there a way to run an executable using default command line arguments?
Asked
Active
Viewed 3,822 times
1 Answers
2
Right-Click the program and Create Shortcut.
Once the shortcut is created, right click the shortcut and click properties to edit it.
Change the “Target” to include the command line parameters.
Optionally, rename the shortcut so it better clarifies the intention of the shortcut.
Appleoddity
- 11,970