Page 1 of 1

script removing Cache folder

Posted: Tue Nov 17, 2020 4:40 pm
by Xergon
So i made small and simple script that removes your cache folder everytime you start launcher.
In my opinion it does improve performance, for some it may work for some not.
Try it if u want.

How to? Simply download file, extract into your Warhammer folder and done. If you want you can make shortcut to it which then you can put on desktop.

short link:
https://bit.ly/3lSABHv

full link:
https://drive.google.com/file/d/16WKpZ3 ... sp=sharing

content of script:

Code: Select all

@echo off
echo DELETING /CACHE
rmdir /s /q "cache\"
echo STARTING LAUNCHER
start RoRLauncher.exe
exit

Re: script removing Cache folder

Posted: Tue Nov 17, 2020 6:39 pm
by Oglaf
Dunno if I can trust anything put out by a WH.

You might just want to expose my heresy folder...

Re: script removing Cache folder

Posted: Tue Nov 17, 2020 9:20 pm
by Vaul
Works. Thanks mate.

Re: script removing Cache folder

Posted: Tue Nov 17, 2020 9:43 pm
by Xergon
Oglaf wrote: Tue Nov 17, 2020 6:39 pm Dunno if I can trust anything put out by a WH.

You might just want to expose my heresy folder...
If u dont trust, u can copy code, paste into Notepad and save file as .bat and check it out yourself. ;)