Jump to content

need help installing wow into a different spot.


wheels1911

Recommended Posts

Can i please get someone to coach me on how to install wow into a whole different location on my computer away from my main account? 

 

Ive tried it already and when i install the battle.net installer it just automatically picks up my main account info. 

It doesn't even install anything it automatically says im able to play

Link to comment
Share on other sites

6 hours ago, wheels1911 said:

Can i please get someone to coach me on how to install wow into a whole different location on my computer away from my main account? 

 

Ive tried it already and when i install the battle.net installer it just automatically picks up my main account info. 

It doesn't even install anything it automatically says im able to play

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

Link to comment
Share on other sites

14 hours ago, Master_DeluXXXe said:

just copy and paste youre wow folder into a differend folder/drive. start the exe from the new folder.

+ if you think it is safer, it isnt.

copying you current folder is most defiantly not the correct way to do it buddy because that still has you other accounts info inside of it.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

On 9/19/2017 at 2:22 AM, Halfbax said:

@wheels1911

Thats the sourcecode of the batch file, which I have had uploaded under the sourcecode. Just click on  wow-copy-clean.bat to download it. Or click HERE:rolleyes:

yeah i still have no idea what that means like at all..... soooooooooo

Link to comment
Share on other sites

22 hours ago, iMod said:

Copy wow to another location and delete the following folders:
Cache
Interface
Logs
WTF
Utils\cache
Utils\logs

Thank you sir see now this is proper English for non nerd players who still slay PU**Y

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...