Skip to content

Instantly share code, notes, and snippets.

@btarg
Created November 5, 2019 17:44
Show Gist options
  • Save btarg/a8a3fdf89377a901a250f4a36c459415 to your computer and use it in GitHub Desktop.
Save btarg/a8a3fdf89377a901a250f4a36c459415 to your computer and use it in GitHub Desktop.
Minecraft portable launcher windows
@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