NPCScan Helpful Trick

Anything related to Hunter pets.
Forum rules
Treat others with respect. Report, don't respond. Read the complete forum rules.
Arcanimus
Apprentice Hunter
Apprentice Hunter
Posts: 86
Joined: Mon Oct 11, 2010 8:50 am
Realm: Mal'Ganis
Gender: The Angle with the Dangle
Location: In your Stable, trappin your pets

NPCScan Helpful Trick

Unread post by Arcanimus »

This is just a simple batch file, it deletes your cache and opens the Launcher. Use it in place of your normal WoW executable.

Copy and paste the following into a notepad document and name it whatever, just be sure to add ".bat" to the end of it, which will convert it into a batch file.
Non Win7/Vista

Code: Select all

@echo off
echo loading ....
echo Your Cache is deleted, we are now starting World Of Warcraft!
echo.
rmdir /s /q "C:\Program Files\World of Warcraft\Cache"
CD C:\Program files\World of Warcraft\
START Launcher.exe
exit
If you do not use the above path for your WoW directory, change the path accordingly.
Vista/Win7

Code: Select all

@echo off
echo loading ....
echo Your Cache is deleted, we are now starting World Of Warcraft!
echo.
rmdir /s /q "C:\users\public\games\World of Warcraft\Cache"
CD C:\users\public\World of Warcraft\
START Launcher.exe
exit
If you do not use the above path for your WoW directory, change the path accordingly.

Also major thanks to Foru21dr for providing the default WoW directory for Win7/Vista. Just need someone to verify that this batch file works.
Last edited by Arcanimus on Tue Apr 26, 2011 12:07 pm, edited 1 time in total.
User avatar
Foru21dr
Artisan Hunter
Artisan Hunter
Posts: 574
Joined: Wed Jan 27, 2010 5:00 pm
Realm: Tanaris (Alliance) Nessingwary (Horde)
Gender: Female

Re: NPCScan Helpful Trick

Unread post by Foru21dr »

Arcanimus wrote:This is just a simple batch file, it deletes your cache and opens the Launcher. Use it in place of your normal WoW executable.

Copy and paste the following into a notepad document and name it whatever, just be sure to add ".bat" to the end of it, which will convert it into a batch file.
Non Win7/Vista

Code: Select all

@echo off
echo loading ....
echo Your Cache is deleted, we are now starting World Of Warcraft!
echo.
rmdir /s /q "C:\Program Files\World of Warcraft\Cache"
CD C:\Program files\World of Warcraft\
START Launcher.exe
exit
If you do not use the above path for your WoW directory, change the path accordingly.
If someone could provide me with the default path to the WoW Cache and WoW directory in Vista/Win7 I will gladly make a compatible version available here.
For win7... c:\users\public\games\World of Warcraft\Cache
Nesingwary Petopians - Bitka, Quïll Xendral, Ximbol, Saehi, and Tryxter
Nesingwary Petopian Alliance - Sorree and Xylda

http://dragcave.net/user/foru21dr My Cave
Post Reply