Posted September 19, 20231 yr Is there a tutorial on properly setting this up with PokeMMO in a batch file? It's quite annoying to start up GEC, then start up PokeMMO and have the counter not overlaid and running, and restart everything until it lines up correctly, sometimes requiring multiple tries.
September 19, 20231 yr @echo off start "" "FULL_PATH_TO_GEC.EXE" start "" "FULL_PATH_TO_POKEMMO.EXE" exit Place it in the "data/mods/Gilian's Encounter Counter/GEC" folder. Then use any method to pin it to the taskbar if you fancy that. I had problems using the standard way with using a shortcut, so I opted for the Toolbar method.
September 19, 20231 yr Author 12 hours ago, LucasLyn5 said: @echo off start "" "FULL_PATH_TO_GEC.EXE" start "" "FULL_PATH_TO_POKEMMO.EXE" exit Place it in the "data/mods/Gilian's Encounter Counter/GEC" folder. Then use any method to pin it to the taskbar if you fancy that. I had problems using the standard way with using a shortcut, so I opted for the Toolbar method. Sorry but place what exactly? I'm not sure how or where I'm supposed to insert that code string. Edited September 19, 20231 yr by SphealTeamSix
September 20, 20231 yr On 9/19/2023 at 11:11 PM, SphealTeamSix said: Sorry but place what exactly? I'm not sure how or where I'm supposed to insert that code string. In a batch file, that was what you wanted, right? Or did I misunderstand? Edited September 20, 20231 yr by LucasLyn5
September 20, 20231 yr Author 12 hours ago, LucasLyn5 said: In a batch file, that was what you wanted, right? Or did I misunderstand? No, you had it right, I just don't know how to do a batch file. I think I attempted it at one point and did it wrong so I don't recall the process.
September 21, 20231 yr 13 hours ago, SphealTeamSix said: No, you had it right, I just don't know how to do a batch file. I think I attempted it at one point and did it wrong so I don't recall the process. Ah you bet! Make a .txt file, paste it there, and then change the extension of the file to .bat instead. Either by "save as" and changing the file type to "all" and adding ".bat" to the end of the name, or by simply renaming it in the file explorer while "show file extensions" is turned on. Hope it helped 😄 Edited September 21, 20231 yr by LucasLyn5
January 9Jan 9 Hello sir i can't make it work , maybe im doing something wrong and u could help me out i dont know but i'll attach here a print Edited January 9Jan 9 by ItsKitas Better photo
May 6May 6 On 1/9/2025 at 7:37 PM, ItsKitas said: Hello sir i can't make it work , maybe im doing something wrong and u could help me out i dont know but i'll attach here a print Hi, I'm sorry for the incredibly late response. In case you haven't figured it out yet, the issue is the fact that your GEC path is not the actual file, but rather a shortcut. If you right click and check the Properties of the GEC file, it will give you a path, which has a `GEC.exe` file. Use that path instead ^^
Create an account or sign in to comment