Created
November 5, 2019 17:44
-
-
Save btarg/a8a3fdf89377a901a250f4a36c459415 to your computer and use it in GitHub Desktop.
Minecraft portable launcher windows
This file contains 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 | |
title Minecraft | |
echo Launching Minecraft... | |
"%CD%\bin\Minecraft.exe" --workDir "%CD%\data\.minecraft" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment