c# - Adding commands to shortcut / exe file -


this question has answer here:

is possible add commands in shortcut or exe file self? seen on page, steam.exe can add command run file ways else normal, here image this:

http://puu.sh/2ta1k.png

you have use arguments lunch aplication or create shortcut target arguments.

c# launch application multiple arguments

steam.exe there use target set parameters. below part of documentation steam.exe site.

setting steam launch options

navigate steam installation (by default located @ c:\program files\steam) right-click on steam.exe (this file listed application , features black , white steam logo) , select create shortcut right-click on new shortcut , go properties select shortcut tab in target: field add launch options use after steam.exe location (make sure separate launch options space - example, " -launchoption1 -launchoption2") click apply , ok close properties window


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -