:home
@echo off
Echo What Type Of file are you trying to move?
Echo (1) Vanilla Minecraft
Echo (2) Tekkit
Echo (3) Feed The Beast
Echo (4) Exit
set /p selection=
if %selection% == 1 goto Vanilla
if %selection% == 2 goto Tekkit
if %selection% == 3 goto FTB
if %selection% == 4 exit
if %selection% == exit exit
:Vanilla
move .minecraft\*.* C:\Users\%Username%\AppData\Roaming\.minecraft
pause
cls
goto home
:Tekkit
move .techniclaucner\*.* C:\Users\%Username%\AppData\Roaming\.TechnicLauncher
pause
cls
goto home
:FTB
move Mindcrack\*.* C:\Users\%username%\Downloads
pause
cls
goto home
Copyright © 2025, NextGenUpdate.
All Rights Reserved.