diff --git a/MC-Profile.bat b/MC-Profile.bat deleted file mode 100644 index 5f6f9ae..0000000 --- a/MC-Profile.bat +++ /dev/null @@ -1,29 +0,0 @@ -@echo off -:pc -CLs -ECHO. -ECHO Unter welchem Profil m”chtest du die aktuellen Mods und Configs speichern? -ECHO. -CHOICE /C 123456789 /M "Auswahl: " -:: Note - list ERRORLEVELS in decreasing order -IF ERRORLEVEL 9 tar cf Profil-9.tar mods -IF ERRORLEVEL 8 tar cf Profil-8.tar mods -IF ERRORLEVEL 7 tar cf Profil-7.tar mods -IF ERRORLEVEL 6 tar cf Profil-6.tar mods -IF ERRORLEVEL 5 tar cf Profil-5.tar mods -IF ERRORLEVEL 4 tar cf Profil-4.tar mods -IF ERRORLEVEL 3 tar cf Profil-3.tar mods -IF ERRORLEVEL 2 tar cf Profil-2.tar mods -IF ERRORLEVEL 1 tar cf Profil-1.tar mods -curl --output MC-Launcher.bat --url https://download.san0j.de/mods/MC-Profile.bat -echo Fertig! - -ECHO 1. Profil-Creator neustarten. -ECHO 2. Profil-Creator beenden. -CHOICE /C 12 /M "Auswahl: " -:: Note - list ERRORLEVELS in decreasing order -IF ERRORLEVEL 2 GOTO end -IF ERRORLEVEL 1 GOTO pc - -:end -EXIT /B \ No newline at end of file