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 becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

send keys no longer work. I have sendkeys send commands to EPSXE so I can run the game thru the CDrMooby Plugin. It now longer works. Please help.

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

RomsInFolders=False

RomPath=R:\roms\psx

SnapPath=

WorkingPath=D:\emulate\PSX\

MapKeys=True

WaitBeforeKeys=1000

SendKeys={BACKSPACE} ^{v} {enter}

ReplaceDash=True

ReplaceUnder=True

Capitals=True

RemoveBrackets=True

ShowDesktop=True

Debug=False

MAPFile=

AlsoLaunch=

Command=D:\emulate\psx\copy.bat "[ROMPath]\[Romfile]"

Posted
send keys no longer work. I have sendkeys send commands to EPSXE so I can run the game thru the CDrMooby Plugin. It now longer works. Please help.

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

RomsInFolders=False

RomPath=R:\roms\psx

SnapPath=

WorkingPath=D:\emulate\PSX\

MapKeys=True

WaitBeforeKeys=1000

SendKeys={BACKSPACE} ^{v} {enter}

ReplaceDash=True

ReplaceUnder=True

Capitals=True

RemoveBrackets=True

ShowDesktop=True

Debug=False

MAPFile=

AlsoLaunch=

Command=D:\emulate\psx\copy.bat "[ROMPath]\[Romfile]"

I updated the SendKeys functions to use new API code. That's why. I will look it into it shortly.

Could you try removing the spaces and capitalising though? It should be working.

Posted
I updated the SendKeys functions to use new API code. That's why. I will look it into it shortly.

Could you try removing the spaces and capitalising though? It should be working.

NO it does not work. I went back to 4.99 and it works.

Posted
NO it does not work.  I went back to 4.99 and it works.

Its working perfectly for me, in fact much better compatibility with emulators.

What special code is {v}? I don't recall {v} being a special code?

Did you try {BACKSPACE}^v{ENTER}?

Posted
^{v} -  CTrl-V.

U the man! I cleaned it up and it works!

I have two questions.

How do you make a batch file to close EPSXE once I hit escape? I was going to use that in the Launch Afyer section of my config.

New fearure for LCD Plugin; Transitons.

Is there anyway to provide transitions, showing various info such as name, system, times played, etc.?

Thamks

Posted

taskkill /im EPSXE.exe

should do the trick. If EPSXE doesn't want to play nice with a standard kill request, you can also do

taskkill /f /im EPSXE.exe

which force-kills it. Try without /f first.

-- Rob

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