Code:
@echo off
REM ------------------------------------------------------------------------------------------
REM
REM Change these variables to match your current settings
REM
REM ------------------------------------------------------------------------------------------
set gamedirmain=c:\games\wowx
set gamedir1=c:\games\wowa
set gamedir2=c:\games\wowb
set gamedir3=c:\games\wowc
set gamedir4=c:\games\wowd
set realm=Magtheridon
set accountmain=goosex
set account1=goosea
set account2=gooseb
set account3=goosec
set account4=goosed
set charmain=xmeh
set char1=ameh
set char2=bmeh
set char3=cmeh
set char4=dmeh
REM ------------------------------------------------------------------------------------------
REM
REM Menu
REM
REM ------------------------------------------------------------------------------------------
:menu
cls
echo ---------------------------------
echo LazyBoxer Utilities
echo Author: wougoose
echo ---------------------------------
echo What would you like to update?
echo 1. Macros
echo 2. General UI / Layout / Chat Settings
echo 3. Installed Addons
echo 4. Addon Configuration
echo 5. Key Bindings
echo 6. Exit
set /p choice=
goto :%choice%
REM ------------------------------------------------------------------------------------------
REM
REM Utilities
REM
REM ------------------------------------------------------------------------------------------
:1
echo Updating Macros...
xcopy %gamedirmain%\WTF\Account\%accountmain%\macros-cache.txt %gamedir1%\WTF\Account\%account1%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\macros-cache.txt %gamedir2%\WTF\Account\%account2%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\macros-cache.txt %gamedir3%\WTF\Account\%account3%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\macros-cache.txt %gamedir4%\WTF\Account\%account4%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\macros-local.txt %gamedir1%\WTF\Account\%account1%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\macros-local.txt %gamedir2%\WTF\Account\%account2%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\macros-local.txt %gamedir3%\WTF\Account\%account3%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\macros-local.txt %gamedir4%\WTF\Account\%account4%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\%realm%\%charmain%\macros-cache.txt %gamedir1%\WTF\Account\%account1%\%realm%\%char1%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\%realm%\%charmain%\macros-cache.txt %gamedir2%\WTF\Account\%account2%\%realm%\%char2%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\%realm%\%charmain%\macros-cache.txt %gamedir3%\WTF\Account\%account3%\%realm%\%char3%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\%realm%\%charmain%\macros-cache.txt %gamedir4%\WTF\Account\%account4%\%realm%\%char4%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\%realm%\%charmain%\macros-local.txt %gamedir1%\WTF\Account\%account1%\%realm%\%char1%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\%realm%\%charmain%\macros-local.txt %gamedir2%\WTF\Account\%account2%\%realm%\%char2%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\%realm%\%charmain%\macros-local.txt %gamedir3%\WTF\Account\%account3%\%realm%\%char3%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\%realm%\%charmain%\macros-local.txt %gamedir4%\WTF\Account\%account4%\%realm%\%char4%\ /y
echo Finished, Press any key to contine...
pause >nul
goto :menu
:2
echo Updating General UI / Layout / Chat Settings...
xcopy %gamedirmain%\WTF\Account\%accountmain%\SavedVariables.lua %gamedir1%\WTF\Account\%account1%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\SavedVariables.lua %gamedir2%\WTF\Account\%account2%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\SavedVariables.lua %gamedir3%\WTF\Account\%account3%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\SavedVariables.lua %gamedir4%\WTF\Account\%account4%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\%realm%\%charmain%\layout-cache.txt %gamedir1%\WTF\Account\%account1%\%realm%\%char1%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\%realm%\%charmain%\layout-cache.txt %gamedir2%\WTF\Account\%account2%\%realm%\%char2%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\%realm%\%charmain%\layout-cache.txt %gamedir3%\WTF\Account\%account3%\%realm%\%char3%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\%realm%\%charmain%\layout-cache.txt %gamedir4%\WTF\Account\%account4%\%realm%\%char4%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\%realm%\%charmain%\chat-cache.txt %gamedir1%\WTF\Account\%account1%\%realm%\%char1%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\%realm%\%charmain%\chat-cache.txt %gamedir2%\WTF\Account\%account2%\%realm%\%char2%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\%realm%\%charmain%\chat-cache.txt %gamedir3%\WTF\Account\%account3%\%realm%\%char3%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\%realm%\%charmain%\chat-cache.txt %gamedir4%\WTF\Account\%account4%\%realm%\%char4%\ /y
echo Finished, Press any key to contine...
pause >nul
goto :menu
:3
echo Updating Installed Addons...
xcopy %gamedirmain%\Interface %gamedir1%\Interface /d /s
xcopy %gamedirmain%\Interface %gamedir2%\Interface /d /s
xcopy %gamedirmain%\Interface %gamedir3%\Interface /d /s
xcopy %gamedirmain%\Interface %gamedir4%\Interface /d /s
echo Finished, Press any key to contine...
pause >nul
goto :menu
:4
echo Updating Addon Configuration...
xcopy %gamedirmain%\WTF\Account\%accountmain%\SavedVariables %gamedir1%\WTF\Account\%account1%\SavedVariables /s /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\SavedVariables %gamedir2%\WTF\Account\%account2%\SavedVariables /s /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\SavedVariables %gamedir3%\WTF\Account\%account3%\SavedVariables /s /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\SavedVariables %gamedir4%\WTF\Account\%account4%\SavedVariables /s /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\%realm%\%charmain%\SavedVariables %gamedir1%\WTF\Account\%account1%\%realm%\%char1%\SavedVariables /s /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\%realm%\%charmain%\SavedVariables %gamedir2%\WTF\Account\%account2%\%realm%\%char2%\SavedVariables /s /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\%realm%\%charmain%\SavedVariables %gamedir3%\WTF\Account\%account3%\%realm%\%char3%\SavedVariables /s /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\%realm%\%charmain%\SavedVariables %gamedir4%\WTF\Account\%account4%\%realm%\%char4%\SavedVariables /s /y
echo Finished, Press any key to contine...
pause >nul
goto :menu
:5
echo Updating Key Bindings...
xcopy %gamedirmain%\WTF\Account\%accountmain%\bindings-cache.wtf %gamedir1%\WTF\Account\%account1%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\bindings-cache.wtf %gamedir2%\WTF\Account\%account2%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\bindings-cache.wtf %gamedir3%\WTF\Account\%account3%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\bindings-cache.wtf %gamedir4%\WTF\Account\%account4%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\%realm%\%charmain%\bindings-cache.wtf %gamedir1%\WTF\Account\%account1%\%realm%\%char1%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\%realm%\%charmain%\bindings-cache.wtf %gamedir2%\WTF\Account\%account2%\%realm%\%char2%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\%realm%\%charmain%\bindings-cache.wtf %gamedir3%\WTF\Account\%account3%\%realm%\%char3%\ /y
xcopy %gamedirmain%\WTF\Account\%accountmain%\%realm%\%charmain%\bindings-cache.wtf %gamedir4%\WTF\Account\%account4%\%realm%\%char4%\ /y
echo Finished, Press any key to contine...
pause >nul
goto :menu
:6
Connect With Us