Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoey2936 authored Jun 20, 2021
1 parent 5a3b88d commit 7f97f74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MC-Launcher.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ curl --output MC-Launcher.bat --url https://download.san0j.de/mods/MC-Launcher.b
C:
if exist %userprofile%\AppData\Roaming\.minecraft (
if exist "C:\program files (x86)\Minecraft Launcher\MinecraftLauncher.exe" (

C:
cd "%userprofile%\AppData\Roaming\.minecraft\"
tar cf Backup.tar mods config
rmdir /S /Q mods

ECHO.
ECHO Mit welchem Mod-Profil Minecraft starten?
ECHO.
CHOICE /C 123456789 /M "Auswahl: "

tar cf Backup.tar mods config
rmdir /S /Q mods

IF ERRORLEVEL 9 tar xf Profil-9.tar
IF ERRORLEVEL 8 tar xf Profil-8.tar
IF ERRORLEVEL 7 tar xf Profil-7.tar
Expand Down

0 comments on commit 7f97f74

Please sign in to comment.