09-30-2013, 01:50 AM
Hi there people! I'm trying to make a bat file that starts up pcsx2 with a chosen iso but when I execute the bat file pcsx2 crashes with the message that it stopped working. Can someone give me some help?
The bat file is like this:
Thanks everyone!
The bat file is like this:
Code:
@echo off
start D:\PS2\JoyToKey\JoyToKey.exe
start /wait D:\PS2\pcsx2.exe "D:\PS2\Roms\MGS3.ISO"
taskkill /f /im JoyToKey.exe
exit
Thanks everyone!