General

Bat code for quicker account change login

Just thought this might help some people since the disappearance of gamelauncher. All it does is kill the nexon client process (and its other process) and maplestory process and reload nexon launcher in a single double click. Need to mention that you need to change in the nexon launcher settings to 'clear saved login credentials' to stop it from automatically logging in the same account when using the .bat file.

Just copy below into notepad, change your default maplestory location and save as and then change 'Save as type' to "all files" and name the file as "placenameoffilehere.bat" You can take out 'taskkill /F /IM maplestory.exe' if you don't want to kill maple but login into another account with maplestory still running. Sorry if I made it sound so hard.

@echo off

taskkill /F /IM nexon_client.exe
taskkill /F /IM nexon_runtime.exe
taskkill /F /IM maplestory.exe

timeout /t 1

start "" "Crogram Files (x86)NexonNexon Launcherexon_launcher.exe"

exit

March 31, 2017

2 Comments • Newest first

Rachelll

I suggest pasting the code into pastebin then linking it here since basil has some issues displaying forward slashes and colons

Reply April 1, 2017
powerguy121

You forgot the P in program

Reply April 1, 2017