PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Don't like ads?
PRO users
don't see any ads ;-)
Public Pastes
Untitled
0 sec ago
Untitled
0 sec ago
Untitled
14 sec ago
Untitled
26 sec ago
Untitled
29 sec ago
Untitled
32 sec ago
Untitled
37 sec ago
Untitled
39 sec ago
minecraft.bat direct launcher
By: a guest on
Sep 27th, 2010
| syntax:
None
| size: 0.21 KB | hits: 290 | expires: Never
download
|
raw
|
embed
|
report abuse
|
print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
@echo off
:newuser
set USER=
set /P USER=Please enter a username: %=%
if "%USER%"=="" goto newuser
java -Xmx268m -classpath ".;bin\*" -Djava.library.path=".\bin\natives" net.minecraft.client.Minecraft %USER%
pause
create a
new version
of this paste
RAW Paste Data
@echo off :newuser set USER= set /P USER=Please enter a username: %=% if "%USER%"=="" goto newuser java -Xmx268m -classpath ".;bin\*" -Djava.library.path=".\bin\natives" net.minecraft.client.Minecraft %USER% pause