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.

Glossary:Command line arguments

From PCGamingWiki, the wiki about fixing PC games
Revision as of 18:34, 4 July 2013 by Axper (talk | contribs) (Created page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 every 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.