Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider donating by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

When I have EPSXe open via a batch file I am not done to close it when I press escape. EPSXE iis still runnning and does not want to go back to gameex.

STARTPAGENAME=Sony Playstation

TITLETEXT=PS

StartPageLogo=psx

ROMFilter=*.BIN;*.iso;*.img

RomsInFolders=False

RomPath=R:\roms\psx

SnapPath=

WorkingPath=D:\emulate\PSX\

MapKeys=True

WaitBeforeKeys=4000

SendKeys=%f{enter}^v{enter}

ReplaceDash=True

ReplaceUnder=True

Capitals=True

RemoveBrackets=True

ShowDesktop=False

Debug=False

MAPFile=psx

AlsoLaunch=

Command=copy.bat "[ROMPath]\[Romfile]"

THANKS IN ADVANCE.

Posted

This is a job for the new advanced emulator config option.

If you go into C:\Program Files\GameEx\CONFIG\EMULATORS, you'll see a couple .cfg files for Project 64 and Visual Pinball.

Make a new file, EPSXE.cfg.

I'm removing comments to make it more concise for posting. See the other files for comments on how to use this. I don't have ESPXE installed so I can't test this, but it should work.

Once that's in place, open the GameEx config program and select EPSXE on the advanced config from the drop-down list for your EPSXE emulator section.

[GENERAL]
Enabled=True
MapBack=True
MapEscape=True
KeysToSendOnExit=
EmuWaitForKeys=True
Process1=epsxe.exe
Process2=
Process3=
Process4=


[JOYMAPPING]
JoymappingEnabled=FALSE

[GAMEPADEXIT]
MapGamePadExit=false

Posted
This is a job for the new advanced emulator config option.

If you go into C:\Program Files\GameEx\CONFIG\EMULATORS, you'll see a couple .cfg files for Project 64 and Visual Pinball.

Make a new file, EPSXE.cfg. 

I'm removing comments to make it more concise for posting.  See the other files for comments on how to use this. I don't have ESPXE installed so I can't test this, but it should work.

Once that's in place, open the GameEx config program and select EPSXE on the advanced config from the drop-down list for your EPSXE emulator section.

[GENERAL]
Enabled=True
MapBack=True
MapEscape=True
KeysToSendOnExit=
EmuWaitForKeys=True
Process1=epsxe.exe
Process2=
Process3=
Process4=
[JOYMAPPING]
JoymappingEnabled=FALSE

[GAMEPADEXIT]
MapGamePadExit=false

I appreciate your help, but it did not work. EPSXE opens 3 windows. when I hit escape it closes the window the shows the graphics. It does not close other parts of the program. I will continue to try. Thanks 4 your help.

Posted

Are you using some sort of front end for it? I helped someone get ePSXeCuTor working a while back. Whatever the case, you need to list all the different executables that need to be terminated using your setup.

If you know a key sequence that reliably exits it, you can place it in the KeysToSendOnExit area, too. Either way, the advanced config is what you'll want to use for sure.

What's in that copy.bat file?

Posted
Are you using some sort of front end for it?  I helped someone get ePSXeCuTor working a while back.  Whatever the case, you need to list all the different executables that need to be terminated using your setup.

If you know a key sequence that reliably exits it, you can place it in the KeysToSendOnExit area, too.    Either way, the advanced config is what you'll want to use for sure. 

What's in that copy.bat file?

@echo off

start/wait D:\emulate\psx\copytoclip.exe %1

ePSXe.exe

I found a program that can send the filename(ROM) to the clipboard. then I have Gameex open EPSxe. After that it pastes the filename to the emulator and presses enter. I am not doing this in the traditional way because of the way I have my plugins configured.

Posted

Ooh, that's really clever, I like it!

As for killing the emulator on exit, another thing you could try is putting

taskkill /im epsxe.exe

in the LaunchAfter section. That may kill the remaining running instances.

I found out yesterday Taskkill.exe doesn't seem to come included with XP Home but it does work if you can find a copy of it. Someone has a download link here.

http://home.wanadoo.nl/gigajosh/2005/05/taskkillexe.html

Posted
Ooh, that's really clever, I like it!

As for killing the emulator on exit, another thing you could try is putting

taskkill /im epsxe.exe

in the LaunchAfter section.  That may kill the remaining running instances. 

I found out yesterday Taskkill.exe doesn't seem to come included with XP Home but it does work if you can find a copy of it.  Someone has a download link here.

http://home.wanadoo.nl/gigajosh/2005/05/taskkillexe.html

It does'nt want to work as a launch after, but I did add it as a extra application.(taskkill)

as "close epsxe" and it works.

ps.

Here is the program, see if u can make any use of it. I sure did!

here is the website: http://www.cpcug.org/user/clemenzi/technic...ToClipboard.htm

Posted

Thanks for the link, I'll put that in my collection. :)

Very strange that Launch After isn't working. You might try GameEx's debug mode to see what's going on. Another possibility is you might put TaskKill in a batch file with a delay (download one of the various sleep utilities) and see if that helps. Maybe something weird is going on; like it's somehow reloading itself.

Guest
This topic is now closed to further replies.
×
×
  • Create New...