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
Line 5: Line 5:
  
 
==Non-Steam==
 
==Non-Steam==
# Create a shortcut to the program.
+
{{Fixbox|1=
# Right click on the shortcut and choose "Properties".
+
{{Fixbox/fix|Instructions|}}
# Make sure the "Shortcut" tab is selected.
+
# Create a new '''shortcut'''.
# In the "Target" field, you'll see a line like this: <code>"C:\Program Files (x86)\Evil Publishing\Rushed Game\game.exe"</code>
+
# {{key|Right Click}} on the shortcut and choose '''Properties''' and select the '''Shortcut''' tab.
# 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: <code>"C:\Program Files (x86)\Evil Publishing\Rushed Game\game.exe" -windowed</code>
+
# Find the '''Target''' field.  
# Click OK.
+
# Write your arguments after the double quotes <code>"{{p|game}}\game.exe" -windowed</code> then click '''OK'''.
 +
}}
  
 
==Steam==
 
==Steam==

Revision as of 13:03, 7 March 2014

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.

Non-Steam

Instructions

Steam

Launch properties

Instructions

Steam shortcuts

Instructions

Origin

  1. Find the game in your Origin Library.
  2. Right-click the game box art.
  3. Select Game Properties.
  4. Type in the argument, for example -windowed.
  5. Click Apply.