Posts: 112
Threads: 9
Joined: Dec 2008
Reputation:
0
Ok, if we want to play PS2 game with pcsx2, first we have to run pcsx2 application.Then have some configs for it... --> File --> Run CD/DVD!!!
And, let me ask? If i want to create a batch file(*.bat) that run PS2 game with pcsx2 but without excute pcsx2 application(I have pcsx2 configed). I mean the batch file did it for me. I just excute the batch file and run game just like a shortcut of a PC game...???
Posts: 725
Threads: 23
Joined: Jun 2009
Reputation:
5
Location: Republic_of_China_(Taiwan)
That's fascinating. Run "pcsx2-r1550 -help" on CMD window that produce nothing, tried other parameters just pops up the emu window. I doubt something secrets behind it.
durable PC since 2008
CPU : E7200 @ 2.53 GHz 1.04 V / OC 3.7 GHz 1.36 V (390*9.5, 4GB DDR2 780)
GPU : 8600GT (GDDR3, 256 MB) / OC (750 / 900)
BOARD : GA-EP31-DS3L (rev 1.0) broken and bought a second hand one replaced
PSU : 300 W
OS : Windows 7 Home Basic x86
Posts: 393
Threads: 7
Joined: Apr 2009
Reputation:
0
Location: at my PC
Or you could just make a shortcut that automatically runs the game? Isn't it just the same thing?
http://forums.pcsx2.net/thread-8609.html
OS: Windows 7 64bit
CPU: Intel Core i7 3770K @3.5 GHz
RAM: 16GB DDR3 1600MHz
GPU: Nvidia GTX 680 2GB
Posts: 112
Threads: 9
Joined: Dec 2008
Reputation:
0
I mean, we uses the batch file to run game(by pcsx2). But without excute pcsx2 application, thing will make appear Pcsx2 Main menu...
Example : I want to play Final Fantasy XII. First, I run Pcsx2 app and have some configs for this game --> File --> Run...But I want to create a batch file (FinalFantasyXII.bat) ... Double click"FinalFantasyXII.bat" --> and play...won't make appear Pcsx2 Main menu.
Does Pcsx2 app have any parameters to do so...
Can't do what I mean with this file ...
Run.bat
@echo off
start C:\Program" "Files\Pcsx2\pcsx2-0.9.6.exe
pause
Posts: 20.138
Threads: 404
Joined: Aug 2005
Reputation:
539
Location: England
just make the batch file similar to the icon above, however id recommend using the shortcut method instead of batch files, due to the start in directories
Posts: 1.165
Threads: 16
Joined: Mar 2009
Reputation:
0
Location: Alexandria, VA
Ah ok. It's way too late right now (230 AM here), but I'll play with it tomorrow and see if I can repeat your results.