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

I have 'Also Launch' for all my emulators run a glovepie script and I want the 'Launch After' to close the running script. 'Also Launch' and 'Launch Before' work fine with any .bat I try, but 'Launch After' doesn't run anything I set it to. I've used the editor under advanced emulator setup and edited the .ini manually but neither helps.

Posted

Could ya post your bat file so we can check it out?

Posted

My batch to run the script (which works)

@echo off

CD "C:\Program Files (x86)\GlovePIE029"
glovepie.exe -GameEX

My batch to stop the script which works if i put it as 'Launch Before'. I manually start the script I want stopped as a test. When I launch the emu the script closes, so the batch is working.

@echo off

CD "C:\Program Files (x86)\GlovePIE029"
pv -k -f glovepie*

EDIT: pv is a program to monitor and in this case kill processes

Thank you in advance Adultery, I've already received alot of help from reading your posts

Posted

Is it supposed to be pv.exe instead?

No prob. I'm always happy to assist. :)

Posted

Is it supposed to be pv.exe instead?

works either way, I've tried both

The batches work outside of gameEX and they both work if they run with/ before the emu, just not after the emu closes

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