Jump to content

Halfbax

Members
  • Posts

    31
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Halfbax reacted to aike1992 in Suche: Quest Profile   
    Bitte umgehend bei mir melden sobald sie fertig sind :D
  2. Like
    Halfbax got a reaction from CocoChanel in Getting caught.   
    May you could switch to another character or stopping for a while. Its up to you. I would start a new project (Character)
  3. Like
    Halfbax reacted to iMod in need help installing wow into a different spot.   
    Copy wow to another location and delete the following folders:
    Cache
    Interface
    Logs
    WTF
    Utils\cache
    Utils\logs
  4. Like
    Halfbax reacted to Droidz in Update Status - Patch 7.3.0 Build 25021   
    Update done
  5. Thanks
    Halfbax got a reaction from iMod in need help installing wow into a different spot.   
    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
×
×
  • Create New...