Command-line support: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 1: Line 1:
PCSX2 versions 0.9.7 and higher have full commandline support, announced on [http://forums.pcsx2.net/Thread-blog-The-return-of-the-Commandline?pid=118520#pid118520 The return of the Commandline!] blog entry.
PCSX2 versions 0.9.7 and higher have full commandline support, announced on [http://forums.pcsx2.net/Thread-blog-The-return-of-the-Commandline?pid=118520#pid118520 The return of the Commandline!] blog entry.
This means you can activate certain options when launching ''pcsx2.exe'' from the command line on Windows, or the terminal on a Linux environment, those options are called ''arguments'', wich are described below.  
This means you can activate certain options when launching ''pcsx2.exe'' from the command line on Windows, or the terminal on a Linux environment, those options are called ''arguments'', wich are described below.


{{Tip|Command line arguments can be added to a shortcut. That means you can have as many shortcuts to ''pcsx2.exe'' with different options and settings as you like. If you have different games that need different emulation settings and plugins configuration, you can make as many shortcuts as you need with custom settings.
Command line arguments can be added to a shortcut. That means you can have as many shortcuts to ''pcsx2.exe'' with different options and settings as you like.  
 
{{Tip|If you have different games that need different emulation settings and plugins configuration, you can make as many shortcuts as you need with custom settings.
}}
}}
=Syntax=
=Syntax=
Line 18: Line 20:
<code> c:\PCSX2\pcsx2.exe  "c:\PS2\Final Fantasy X.iso" --fullscreen --cfgpath="c:\My Configs\FFX" </code>
<code> c:\PCSX2\pcsx2.exe  "c:\PS2\Final Fantasy X.iso" --fullscreen --cfgpath="c:\My Configs\FFX" </code>


In this example, PCSX2 is going to open Final Fantasy, run it on full screen, and the plugin configuration files are going to he loaded from the folder specified folder, in this case: ''c:\My Configs\FFX''.
In this example, PCSX2 is going to open Final Fantasy X, run it on full screen, and the plugin configuration files are going to he loaded from the folder specified folder, in this case: ''c:\My Configs\FFX''.


=Options list=
=Options list=
ninja
805

edits