Created
April 11, 2024 10:51
-
-
Save Pholith/5a5e1933c81b4cf0edaa9ce2d38197e4 to your computer and use it in GitHub Desktop.
Little batch file that able to launch 2 (or more) instances of discord at the same time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
echo [94m Launching discord... [0m | |
cd %appdata% | |
cd ../Local/Discord/app-* | |
start Discord.exe --multi-instance |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment