tonyloks 0 Posted June 19, 2022 Share Posted June 19, 2022 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? Link to comment https://wrobot.eu/forums/topic/14533-launching-wow-via-a-bat-file/ Share on other sites More sharing options...
Droidz 2738 Posted June 19, 2022 Share Posted June 19, 2022 Hello, you need to exit your .bat with the wow process id in exitcode Link to comment https://wrobot.eu/forums/topic/14533-launching-wow-via-a-bat-file/#findComment-65990 Share on other sites More sharing options...
tonyloks 0 Posted June 23, 2022 Author Share Posted June 23, 2022 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% Link to comment https://wrobot.eu/forums/topic/14533-launching-wow-via-a-bat-file/#findComment-66041 Share on other sites More sharing options...
Droidz 2738 Posted June 23, 2022 Share Posted June 23, 2022 This command https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/exit exit 1234 (replace 1234 by process id) Link to comment https://wrobot.eu/forums/topic/14533-launching-wow-via-a-bat-file/#findComment-66042 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now