Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Glossary:Command line arguments"

From PCGamingWiki, the wiki about fixing PC games
(Created page)
 
(Added steam instructions)
Line 6: Line 6:
 
# Right click on the shorcut and choose "Properties".
 
# Right click on the shorcut and choose "Properties".
 
# In the "Target" field, you'll see a line like this: <pre>"C:\Program Files (x86)\Evil Publishing\Rushed Game\game.exe"</pre>
 
# In the "Target" field, you'll see a line like this: <pre>"C:\Program Files (x86)\Evil Publishing\Rushed Game\game.exe"</pre>
# Type the option (argument) '''after''' the double quotes. Make sure there is a space between the double quotes and every argument. For example, after adding the <code>-windowed</code> option, the line will look like this: <pre>"C:\Program Files (x86)\Evil Publishing\Rushed Game\game.exe" -windowed</pre>
+
# Type the option (argument) '''after''' the double quotes. Make sure there is a space between the double quotes and between each argument. For example, after adding the <code>-windowed</code> option, the line will look like this: <pre>"C:\Program Files (x86)\Evil Publishing\Rushed Game\game.exe" -windowed</pre>
 
# Click OK.
 
# Click OK.
 +
 +
== Steam ==
 +
# Open game library
 +
# Right click on the game and select "Properties"
 +
# Click "SET LAUNCH OPTIONS"
 +
# Type the argument, for example <code>-windowed</code>
 +
# Click OK
  
 
[[Category:Manual]]
 
[[Category:Manual]]

Revision as of 18:40, 4 July 2013

This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.

Some fixes require passing command line arguments to programs.

Windows XP

  1. Create a shortcut to the program.
  2. Right click on the shorcut and choose "Properties".
  3. In the "Target" field, you'll see a line like this:
    "C:\Program Files (x86)\Evil Publishing\Rushed Game\game.exe"
  4. Type the option (argument) after the double quotes. Make sure there is a space between the double quotes and between each argument. For example, after adding the -windowed option, the line will look like this:
    "C:\Program Files (x86)\Evil Publishing\Rushed Game\game.exe" -windowed
  5. Click OK.

Steam

  1. Open game library
  2. Right click on the game and select "Properties"
  3. Click "SET LAUNCH OPTIONS"
  4. Type the argument, for example -windowed
  5. Click OK