June 19, 20223 yr Hi! I have a problem. I want to run a file in the reloger not from wow.exe , and as a bat file. At startup, the client starts, but the reloger cannot find its ID. How to fix it?
June 23, 20223 yr Author On 6/19/2022 at 1:02 PM, Droidz said: Hello, you need to exit your .bat with the wow process id in exitcode Could you tell me how to do it? I use the code at the end of the bat file, but it doesn't work: @ECHO OFF echo ProcessId = %ProcessId%
June 23, 20223 yr This command https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/exit exit 1234 (replace 1234 by process id)
Create an account or sign in to comment