Search the Community
Showing results for tags 'batch'.
-
So I've been trying for the past few minutes to figure out how to get Steam to close automatically after I shut down a game that uses it that was loaded through Launchbox. What I've discovered is that, so far, I'm stymied by the fact that games that require Steam to run don't actually RUN, they just call Steam to open and THEN run from within Steam. So what seems like a basic batch file start /wait "" "gamename.exe" taskkill.exe /F /IM steam.exe doesn't ever trigger the second step. Trying to have the batch file run steam plus the game's Applaunch parameters leads to the situation where STEAM doesn't ever close, so it never triggers the second step. Having a dedicated batch file to just kill steam set to run after the main application under Additional Apps doesn't seem to do anything, either. Having it run BEFORE the main application, and waiting for the main application to exit, doesn't work; it seems to be ignoring the 'wait' part and trying to close Steam before it even opens. Any help would be appreciated.
- 34 replies
-
Using the same idea as @le_el ( this post ), I modified the code to split the main core and the info file, and all new cores have yours own options. Ideal to use a different shaders/overlays/remaps/overrides for each system. Instruction: Windows Place the two files in “cores” folder and run the .bat. The main core and the info file will be splitted. If run the .bat again, the splitted files will be recreated. Android (by @le_el) Copy from /data/data/com.retroarch/cores/ and /data/data/com.retroarch/info/ (you may need root), and put on somefolder\cores\ and somefolder\info. Run the .bat from inside the somefolder\cores\ folder and it will do it’s job. Then put back the new files from both folders back into/data/data/com.retroarch/cores/ and /data/data/com.retroarch/info/ (again, you may need root). If the Android’s retroarch can allow to change the core/info folder to the sdcard or main memory, it should be easier and avoid the need of root. Thanks, @le_el, for your method and, @RetroFans, for testing. --------------------------------------------------------------------------------- SEGA SYSTEMS --------------------------------------------------------------------------------- Genesis Plus GX - GN | CD | GG | MS | SG Windows - Download Android - Download --------------------------------------------------------------------------------- PicoDrive - GN | CD | 32X | MS Windows - Download Android - Download --------------------------------------------------------------------------------- Gearsystem - MS | GG Windows - Download Android - Download --------------------------------------------------------------------------------- Reicast - DC | NM Windows - Download Android - Download --------------------------------------------------------------------------------- NINTENDO SYSTEMS --------------------------------------------------------------------------------- Mesen - NES | NFC | FDS Windows - Download Android - Download The custom palette “MesenPalette” is the same for all cores. Windows - Download (Alt) Android - Download (Alt) Alt. Version: The custom palette is diferente for all cores. [Nintendo] MesenPalette.pal [Famicom] M_NFCPalette.pal [Famicom Disk System] M_FDSPalette.pal --------------------------------------------------------------------------------- Snes9x - SNES | SFC Windows - Download Android - Download --------------------------------------------------------------------------------- nSide Balanced - SNES | SFC Windows - Download Android - Download --------------------------------------------------------------------------------- SameBoy - GB | GBC Windows - Download Android - Download --------------------------------------------------------------------------------- Gambatte - GB | GBC Windows - Download Android - Download --------------------------------------------------------------------------------- Gearboy - GB | GBC Windows - Download Android - Download --------------------------------------------------------------------------------- NEC SYSTEMS --------------------------------------------------------------------------------- Beetle PCE FAST - PCE | CD | TGX | TCD Windows - Download Android - Download --------------------------------------------------------------------------------- SNK SYSTEMS --------------------------------------------------------------------------------- FB Alpha 2012 Neo Geo - MVS | AES Windows - Download Android - Download --------------------------------------------------------------------------------- ARCADE / AES SYSTEMS --------------------------------------------------------------------------------- FB Alpha - Arcade | AES Windows - Download Android - Download
-
Sorry for the double post I originally posted this in the wrong Forum. Hi all, I'm relatively new to batch files and I am trying to launch a Joytokey profile with Demul. I have managed to get Joytokey to launch and load a profile when I select a game but that's it, I can't get Demul to open and load a game. Here is my batch file: set rom=%1 "H:\GAMES\Emulation Software\Emulators\demul07a_180816 SEGA NAOMI\JoyToKey_en\JoyToKey.exe" "Demul Naomi.cfg" "H:\GAMES\Emulation Software\Emulators\demul07a_180816 SEGA NAOMI\demul.exe" %1 taskkill /F /im JoyToKey.exe Please help! really need to get this going!
-
Hi all, I'm relatively new to batch files and I am trying to launch a Joytokey profile with Demul. I have managed to get Joytokey to launch and load a profile when I select a game but that's it, I can't get Demul to open and load a game. Here is my batch file: set rom=%1 "H:\GAMES\Emulation Software\Emulators\JoyToKey_en\JoyToKey.exe" "Demul Naomi.cfg" "H:\GAMES\Emulation Software\Emulators\demul07a_180816 SEGA NAOMI\demul.exe" %1 taskkill /F /im JoyToKey.exe Please help! really need to get this going!