Post: Minecraft Folder Mover
11-29-2012, 09:44 PM #1
~SpongeBob
[move]Winning.[/move]
(adsbygoogle = window.adsbygoogle || []).push({}); This is Just a simple minecraft Foler Mover that use can put on your flash drive and move your minecraft bin to the computer you are playing on, this is for tekkit and minecraft.
Save it as a .bat
    
@ECHO OFF
:home
Title Minecraft Folder Copyer
Echo Hello there, What Foler are you trying to copy?
Echo (1) Tekkit
Echo (2) Minecraft
Echo (3) Both
Echo (4) Files To FlashDrive
Echo (5) Saves To flashdrive
Echo (6) Exit
set /p input=
if %input% == 1 goto tekkit
if %input% == 2 goto minecraft
if %input% == 3 goto both.
if %input% == 4 goto flashdrive
if %input% == 5 goto saves
if %input% == 6 Exit
:tekkit
title Tekkit
color 1
xcopy /s ".techniclauncher\*" "C:\%username%\Appdata\Roaming\"
pause
cls
goto home
Pause
:minecraft
title Minecraft
color 2
xcopy /s ".minecraft\*" "C:\%username%\Appdata\Roaming\"
pause
cls
goto home
:both
color 3
title Both Minecraft and Tekkit
xcopy /s ".techniclauncher\*" "C:\%username%\Appdata\Roaming\"
xcopy /s ".minecraft\*" "C:\%username%\Appdata\Roaming\"
pause
cls
goto home
:flashdrive
color 4
Title Files From Computer To Flashdrive
xcopy /s "C:\Users\%username%\AppData\Roaming\.minecraft\*" "J:\.minecraft"
xcopy /s "C:\Users\%username%\AppData\Roaming\.techniclauncher\*" "J:\.techniclaucher\*"
pause
cls
goto home
:Saves
Title Saves To Flashdrive
cls
Echo Which Saves Do you want copied?
Echo (1) Minecraft
Echo (2) Tekkit
Echo (3) Both
Echo (4) Back to Start
set /p input =
if %input% == 1 goto minecraftsave
if %input% == 2 goto tekkitsave
if %input% == 3 goto bothsave
if %input% == 4 goto home
:minecraftsave
cls
xcopy /s "C:\Users\%username%\AppData\Roaming\.minecraft\saves\*" ".minecraft\saves"
cls
goto home
:tekkitsave
cls
title Tekkit Save Copying In progress...
xcopy /s "C:\Users\%username%\AppData\Roaming\.techniclauncher\tekkit\saves\*" ".techniclauncher\tekkit\saves\"
xcopy /s "C:\Users\%username%\AppData\Roaming\.techniclauncher\technicssp\saves\*" ".techniclauncher\technicssp\saves\"
cls
goto home
:bothsave
cls
Title Both Save Files Being Copied....
xcopy /s "C:\Users\%username%\AppData\Roaming\.techniclauncher\tekkit\saves\*" ".techniclauncher\tekkit\saves\"
xcopy /s "C:\Users\%username%\AppData\Roaming\.techniclauncher\technicssp\saves\*" ".techniclauncher\technicssp\saves\"
xcopy /s "C:\Users\%username%\AppData\Roaming\.minecraft\saves\*" ".minecraft\saves"

Edit: Files to Flashdrive has been fixed and i added a save only option
(adsbygoogle = window.adsbygoogle || []).push({});

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo