Skip to content

Instantly share code, notes, and snippets.

@Pholith
Created April 11, 2024 10:51
Show Gist options
  • Save Pholith/5a5e1933c81b4cf0edaa9ce2d38197e4 to your computer and use it in GitHub Desktop.
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
@echo off
echo  Launching discord... 
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