..:: PCSX2 Forums ::..

Full Version: How is my command line syntax?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm making a batch file for a custom installation of FFXII

When clicking on shortcut of batch file

The game will start up in fullscreen mode, and press ESC to exit game

the emu gui is never seen

this is my batch file so far
Code:
@echo off
Start FinalFantasyXII -cfg inis\pcsx2.ini -bootmode 0 -nogui ff12engzjs.iso
exit

to prevent old configs loading I need to put in which config to use

I'm not sure if my syntax is correct for that part
Code:
Start FinalFantasyXII -cfg inis\pcsx2.ini

Is this how you correctly specify which config to use?
pcsx2.ini is the cfg right?



Code:
pcsx2 [options] [cdimage/elf file]

   -cfg [file] {configuration file}
   -bootmode [mode] {0 - quick (default), 1 - bios,  2 - load elf}
   -nogui {disables display of the gui - skips right to opening the GS window}
   -help {display this help file}
   -loadgs [file] {Loads a gsstate}