Compare commits

...

2 Commits

Author SHA1 Message Date
5e2abec7d5 check empty PLAYER name 2022-09-13 23:54:54 +03:00
7c750c43c9 fix echo and add launcher title 2022-09-13 23:50:19 +03:00

View File

@ -1,8 +1,13 @@
rem @echo off @echo off
title Minecraft Launcher title Minecraft Launcher
echo Minecraft Launcher by iiiypuk
echo =============================
echo Preparing...
:: set username :: set username
set /p PLAYER=What username would you like? set /p PLAYER=What username would you like?
IF [%PLAYER%] == [] set PLAYER=Steve
:: main directory of the game :: main directory of the game
set MC_DIR=%APPDATA%\.minecraft set MC_DIR=%APPDATA%\.minecraft