Skip to content

Instantly share code, notes, and snippets.

@jaeschrich
Last active December 20, 2015 10:49
Show Gist options
  • Save jaeschrich/6118394 to your computer and use it in GitHub Desktop.
Save jaeschrich/6118394 to your computer and use it in GitHub Desktop.
On windows, drag Minecraft mod archive files (.jar, .zip, etc) onto this script to install them. Requires Minecraft forge and Minecraft 1.6.2.
@echo off
REM If needed, change this path
REM Place this file on your desktop to "just work"
copy "%1" "..\AppData\Roaming\.minecraft\mods"
echo If this says 1 file copied, install is complete
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment