Advertisement
LizterZapZAP

Minecraft Dungeons Backup

Nov 12th, 2020 (edited)
4,723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.90 KB | None | 0 0
  1. :: Created by LizterZapZap - https://www.youtube.com/channel/UCD2iZz6MCPdMFKyk24TzK7w
  2. :: NOTE: Replace <foldername> with the name of the folder inside the ..ios\Dungeons\ folder. It's randomly named for everyone.
  3.  
  4. @echo off
  5. echo Please wait...
  6. echo This will back-up your Minecraft Dungeons Characters folder into Backup-Characters. Press any to start the back-up.
  7. echo This only works for the launcher version of Minecraft Dungeons.
  8. pause
  9. xcopy C:\Users\ZAPANTA\Saved Games\Mojang Studios\Dungeons\<foldername>\Characters C:\Users\ZAPANTA\Saved Games\Mojang Studios\Dungeons\<foldername>\Backup-Characters\Characters\ /h /y /s /j /z
  10. ren C:\Users\ZAPANTA\Saved Games\Mojang Studios\Dungeons\<foldername>\Backup-Characters\Characters "Characters_%date:~6,4%%date:~3,2%%date:~0,2%_%time:~0,2%%time:~3,2%"
  11.  
  12. echo Your save folder has now been backed-up. It is located in the Backup-Characters folder.
  13. pause
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement