Home » Questions » Computers [ Ask a new question ]

How to add command line options to shortcut?

How to add command line options to shortcut?

How can I add command line options to an executable in a shortcut in Windows XP?

Asked by: Guest | Views: 172
Total answers/comments: 2
bert [Entry]

"Have you tried to add in the Target field

""c:\path\to\exe\program.exe"" -option1 -option2

Only the program path and name need to be enclosed in quotes."
bert [Entry]

Your quotes are in the wrong place. The quotes only go around individual paths. So move your ending quote back to the end of program.exe and leave -option1 -option2 outside of the quotes.