Jump to content

wheels1911

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by wheels1911

  1. 14 hours ago, Halfbax said:

    World of Warcraft is portable. So the easiest way is to copy and cleaning up the copied folder. If you are too lazy for it. I have wrote a batch file for you.

     

    
    @echo off
    echo World of Warcraft copy and cleaning up
    echo.
    echo.
    echo A path with spaces has to be inside of two quotes e.g. "F:\World of Warcraft"
    echo If the path hasnt any spaces you dont need them e.g. F:\wow2
    echo WARNING: At the end of the path there is not slash!
    echo ________________
    echo.
    :: variables
    set /P source= World of Warcraft source folder: 
    set /P des= Destination path: 
    
    set xcopy=xcopy /S/E/V/Q/F/H/I/N
    %xcopy% %source% %des%
    
    echo Cleaning up destination folder
    rmdir /s /q %des%\Cache
    rmdir /s /q %des%\Interface
    rmdir /s /q %des%\Logs
    rmdir /s /q %des%\WTF
    rmdir /s /q %des%\Utils\cache
    rmdir /s /q %des%\Utils\logs
    echo done
    pause

     

    wow-copy-clean.bat

    I have no idea what any of this means my friend

  2. so im obviously going to make each account have its own email and battle.net and wow in its own folder somewhere away from my main account on my computer

    SO MY QUESTION is,

    is it safe to just mailbox all my stuff from the bot account to my main does blizz track that.

    How do i get my botted items over to my main account?

×
×
  • Create New...