Multiple.minecraft file Organiser + Backuper - Batch File

Similar documents
Lab - Configure Data Backup and Recovery in Windows 7 and Vista

STEP 1: PREPARE FOR DATA MIGRATION 1. Right-click the desktop and choose New > Folder. a. Type For Transferring and press Enter to name the folder.

Lab - Data Migration in Windows

FIRESTATION. Installation Help Guide for Windows XP Users

Delete Content. Learning Objectives. In this Job Aid, you will learn how to delete:

Lab - Common Windows CLI Commands

POWERSTATION 2015 Installation and License Setup (Rev: 11/16/2016) (631)

Basic DOS Commands MCQ

Windows XP. A Quick Tour of Windows XP Features

Webmail Instructions

Managing Files. In this chapter

Nextiva Drive The Setup Process Mobility & Storage Option

Easy Windows Working with Disks, Folders, - and Files

Versions. Overview. OU Campus Versions Page 1 of 6

How to install the software of ZNS8022

Blitz! Finding your inbox unmanageable? Follow the tips in this document to take back control.

ADOBE EXPERIENCE MANAGER DAM CONNECTOR FOR ADOBE DRIVE CC: TECHNICAL NOTE

Nexetic Shield Backup Control Panel. Getting Started

If you need the server or software requirements please refer to our help guide.

Programming Fundamentals

Intermediate Training

ORGANISING MESSAGES. In this session you will: FOCUS

First, some hints to Prac 3.Task 3.2

Lesson 3 Saving, Folders, Documents and Files

For this class we are going to create a file in Microsoft Word. Open Word on the desktop.

March 3rd, 2017 [Manage Archive in Microsoft Outlook 2016]

Programming Style & Firmware Standards

EasyMAM V USER MANUAL. Ver.1.0 MAY Easy MAM

Use_cases_English.qxd :51 Pagina 1. Use cases

The Media Page is similar to the First Responders Page, but it is enhanced specifically for the media and news outlets. The Media Page is similar in

False because it for ASCII not EBCDIC Dir /O:order ex. Dir/O:n False because it s a valid command True False because there are lines

1. Please rate your ability to perform the following tasks relating to computer hardware knowledge.

Netplay Tips. a. Have enough hard drive space. If you have a big hard drive that is filled up, it could effect the game.

Windows 7 Manual Update Install On New Hard Drive

Recycle Bin. Overview. Recycling Files

Set Up VPN Access on Your Personal Device

Introduction to Backup Wolf :

Image Manually Uninstall Itunes Windows 7 >>>CLICK HERE<<<

Install & Configure Thunderbird E- mail

Juris Year-End Checklist

How to Archive s in Outlook 2007

BCSE 1000 SOFTWARE MANUAL

Avid Media Composer Training Essentials for Uzbek Television

CoLinear Systems Inc. MS SQL Auto Login. On or Off. v10

SETTING UP DOCUSCAN AND CREATING CUSTOM SCAN SETTINGS

Basic Computer Operations

Overview of the UNIX File System. Navigating and Viewing Directories

Set Up VPN Access on Your AHC Supported Device

Juris Year-End Checklist 2011

User Guide MapRoad 2.3 Install Guide Windows 7

ATX Document Manager. User Guide

IMPORT AND EXPORT YOUR JOBS DATA BACKUP DATABASES SHARING FILES WITH OTHER USERS DATABASE MAINTENANCE

Windows Key e: Press and hold down the Windows (Start) Key and tap the letter e one time. Release these keys and Windows File Explorer will open.

Quickstart Guide to Importing LM90 projects into Machine Edition

Global Project Linking and External Resources

Matlab = Matrix Laboratory. It is designed to be great at handling matrices.

Security Correlation Server Redundancy And Failover Guide

Very Important: Conversion Pre-Planning Creating Your Single User Database Converting from Version 1.x, 2.x, or 3.x...

Overview of the UNIX File System

Texas Skyward User Group Conference Emergency Database Restore Requested Lynn Reas

Automation Engine Scripting Samples

Microsoft Windows 10. Quick Reference. Watsonia Publishing 47 Greenaway Street Bulleen VIC 3105 Australia

Windows Backup Server Installation

22 Convert from 6.2 to 7.0 Warrior

Windows Download & Installation

Table of Contents Surveillance Center Overview...3 Log...30 Live Camera Panel...31 Live Camera Panel Explained I...32

CSE 303 Lecture 2. Introduction to bash shell. read Linux Pocket Guide pp , 58-59, 60, 65-70, 71-72, 77-80

OneDrive for Students. Pilot Information Pack

Windows Mail Files Backup And Restore Windows 7 Not Working

When you first launch CrushFTP you may be notified that port 21 is locked. You will be prompted to fix this.

How to install Clean.Dist file on a Jace 8000 using Serial Shell

SPECTRUM DOS BY BOB COLIN

mce100+ getting started guide Install mce100+ The disc will run and display the below screen: Choose Install mce to continue

Unit III: Working with Windows and Applications. Chapters 5, 7, & 8

HOW-TO GUIDE: How to install Mazda Toolbox? For Windows HOW-TO GUIDE: How to install Mazda Toolbox? For OSX (Mac) HOW-TO GUIDE: How to start using

Standalone on a Single PC 3. Server/Network Installation to Access VETtrak from Multiple PCs Database... Server Installation

CABC Installation Guide Maximizer CRM 11 Entrepreneur Edition

How to Update your Oxford University MATLAB TAH Individual License

Managing Files & Folders

Work with the Google Folder App

INSTALLATION & USER GUIDE. Image Services CHECKS STATEMENTS DEPOSIT IMAGING. image access. transaction research

GoPrint Web Update Utility

Install and Configure Ubuntu on a VirtualBox Virtual Machine

Archivists Toolkit Internal Database

You can use the General Settings menu to specify your favorite channels.

CS510 Operating System Foundations. Jonathan Walpole

1 of 5 17/06/2013 9:10 AM

Guard Tour Management Software. User s Manual

How to use OneDrive in the Cloud. Access OneDrive

Windows 2000 Disk Management

Install & Configure Windows 10, Visual Studio, & MySQL Dr. Tom Hicks Trinity University

Module Five: Files and Folders

Documentation on File Management for website

Scaffold Hunter: By Stefan Wetzel. 1. Installation of MySQL 5.x

BUILD DEFINITION EXTENSION

How To Changing Album Name On Macbook Pro Home Folder

January 2015 SPIDER 2j Full Install & Update

Central Management Software. Cam Viewer 3 Lite. User Manual

GETTING STARTED WITH TIDE WIZARD

Student manual. FAQ and preparation before exam

Transcription:

Downloaded from: justpaste.it/gzhe Multiple.minecraft file Organiser + Backuper - Batch File by Pixel Zerg title Minecraft Files Organiser By Pixel Zerg :Menu echo MENU echo 1 to create an empty new preset echo 2 to copy your original minecraft files to a preset echo 3 to delete a preset echo 4 to restore your minecraft (choose 4 for more info echo 5 to load up the files in a preset echo 6 to see the backup menu echo 7 to see what presets you have saved echo 8 for help echo Made by @PixelZerg (Yes, I am 12yrs old set /p menu= if %menu%==1 goto 1 if %menu%==2 goto 2 if %menu%==3 goto 3 if %menu%==4 goto 4 if %menu%==5 goto 5 if %menu%==6 goto 6 if %menu%==7 goto 7 if %menu%==8 goto 8 :1 echo This will create a new minecraft preset echo What do you want it to be called? set /p name= echo Organising files please wait md "c:\minecraft" md "c:\minecraft\%name%"

md "c:\minecraft\%name%\bin" md "c:\minecraft\%name%\.minecraft" echo Organising done! ping localhost -n 2 > nul echo Empty Preset Created! echo You will now exit to the menu where echo you may choose to copy your current minecraft files echo to that preset. :2 echo To Clarify echo You are about to copy your normal echo minecraft files that are located at echo your appdata echo to a preset &setlocal echo Which preset would you like to copy this to? set /p copypres= echo What is this computer's user name echo Organising files echo This may take a VERY long time for some people xcopy /s C:\Users\%username%\AppData\Roaming\.minecraft c:\minecraft\%copypres%\.minecraft echo Done! ping localhost -n 2 > nul echo you will now go back to the menu

:3 echo To clarify echo You are about to delete a preset echo this can be undone by checking your echo Recycle Bin &setlocal echo what is the name of the preset you wish to delete? set /p delname= echo What is this PC's username? move /-y "c:\minecraft\%delname%" "c:\users\%username%\desktop\recycle Bin" echo you will now goto the menu :5 echo To Clarify echo You are about to replace your echo minecraft files with the ones in echo your preset. Don't worry echo the current minecraft will echo be backed up. To restore echo them choose 4 from the menu &setlocal

echo what is the name of the preset set /p presetname= echo what is this PCs username echo organising files echo this may take a looong time md "c:\minecraftbackup" move /-y "c:\users\%username%\appdata\roaming\.minecraft" "c:\minecraftbackup" move /-y "c:\minecraft\%presetname%\.minecraft" "c:\users\%username%\appdata\roaming\" echo Organising Files DONE echo you will now go back to the menu :4 echo to clarify echo you are about to restore echo your minecraft file from echo the files you previously echo backed up during when echo you loaded up a preset echo and NOT when you backed echo it up by choosing 6 from the menu echo what is this PCs user name? &setlocal

echo What is the name of the preset currently loaded set /p loaded= echo Organising Files Please Wait move /-y "c:\users\%username%\appdata\roaming\.minecraft" "c:\minecraft\%loaded% move /-y "c:\minecraftbackup\.minecraft" "c:\users\%username%\appdata\roaming" echo Organising Files Done echo You will now go to the menu :6 echo BACKUP MENU echo 1 to backup minecraft echo 2 to restore backup echo 3 to delete a backup echo 4 to see what backups you have set /p bmenu= if %bmenu%==1 goto b1 if %bmenu%==2 goto b2 if %bmenu%==3 goto b3 if %bmenu%==4 goto b5 if %bmenu%==5 goto b5 :7 &setlocal

echo You will now go to the menu :b1 echo To clarify echo you are about to copy echo your current minecraft files echo Give the backup a name echo to call it by for when echo you need to restore it etc set /p bname= echo What is this PCs username? echo Organising files Please Wait echo This may take a while md "c:\minecraftbackup" md "c:\minecraftbackup\nonauto" md "c:\minecraftbackup\nonauto\%bname%" xcopy /s c:\users\%username%\appdata\roaming\.minecraft c:\minecraftbackup\nonauto\%bname% :b5 echo To Clarify echo this will show what backups you echo created by choosing 1 from the echo backup menu echo and not the auto backups cd c:\minecraftbackup\nonauto &setlocal

call echo You have %poo% backups: echo you will now go to the menu :b2 echo To Clarify echo This is going to copy echo the backup that you made echo from choosing 1 from the echo backup menu to your echo minecraft folder cd c:\minecraftbackup\nonauto &setlocal call echo You have %poo% backups: echo What is the name of the backup you wish to restore? set /p bname= echo What is your PCs username? &setlocal

echo what is the name of the currently loaded preset echo if not, type a name anyway in case you want to echo use the current minecraft files again. echo This will create a preset and move the current echo files to it set /p bpresname= echo Organising files please wait (may take a while md "c:\minecraft" md "c:\minecraft\%bpresname%" md "c:\minecraft\%bpresname%\.minecraft" md "c:\minecraft\%bpresname%\bin" xcopy /s %appdata%\.minecraft c:\minecraft\%bpresname%\.minecraft md "c:\users\%username%\appdata\roaming\.minecraft" xcopy /s c:\minecraftbackup\nonauto\%bname% c:\users\%username%\appdata\roaming\.minecraft echo SUCCESS echo you will now go back to the menu :b3 echo To clarify echo you are about to delete a backup echo that you created by choosing 1 echo from the backup menu echo The backup will be retrievable from echo the recycle bin cd c:\minecraftbackup\nonauto &setlocal

call echo You have %poo% backups: echo What is the name of the backup you wish to delete set /p bdel= echo What is this PCs username? echo Deleting files please wait move /-y "c:\minecraftbackup\nonauto\%bdel%" "c:\users\%username%\desktop\recycle Bin" echo Done echo You will now go to the menu :8 echo HELP echo the preset files are saved in a folder echo called Minecraft echo on your C drive echo HELP echo the backup files are saved in a folder echo called MinecraftBackup echo on your C drive echo HELP echo If you choose to echo delete anything echo through the program echo then it should be in echo your recycle bin echo HELP echo do not put any other files echo in those two folders as echo it may intefere

echo I am not responsible for your actions echo such as echo deleting stuff by accident echo etc ping localhost -n 4 > nul echo You will now go back to the menu