[RELEASE] Texture Cache Maintenance utility
Hey all - quick question:  I have both Python 2 & 3 installed to be safe. Running through a script as a batch file and I'm having an issue. I can't get Xd or R to run to save my life. Any help from someone who may understand a bit better?  Here's the Script I'm running as a batch file:

Code:
echo "Start Scanning Video Library vscan"
"C:\Python27\python.exe" texturecache.py vscan $clean.showdialogs=yes
timeout /t 3
echo "Start Cleaning Video Library vclean"
"C:\Python27\python.exe" texturecache.py vclean $clean.showdialogs=yes
timeout /t 3
echo "Start Cleaning Video Library vclean"
"C:\Python27\python.exe" texturecache.py vclean $clean.showdialogs=yes
timeout /t 3
echo "Start Scanning Audio Library ascan"
"C:\Python27\python.exe" texturecache.py ascan $Scan.showdialogs=yes
timeout /t 3
echo "Start Cleaning Audio Library aclean"
"C:\Python27\python.exe" texturecache.py aclean $clean.showdialogs=yes
timeout /t 3
echo "Start Cleaning Audio Library aclean"
"C:\Python27\python.exe" texturecache.py aclean $clean.showdialogs=yes
timeout /t 3
echo "Start update with qax"
"C:\Python27\python.exe" texturecache.py qax
timeout /t 3
echo "Start scanning texturecache with function C"
"C:\Python27\python.exe" texturecache.py C
timeout /t 3
echo "Prune data missing on disk P"
"C:\Python27\python.exe" texturecache.py P
timeout /t 3
echo "Start update with Xd"
"C:\Python27\python.exe" texturecache.py Xd
timeout /t 3
echo "Start Reverse query cache update with R"
"C:\Python27\python.exe" texturecache.py R
timeout /t 3
echo "end"

Any assistance, please... I just want to be able to run it, knowing I can get through the whole thing.
Reply


Messages In This Thread
Crash on Gotham on OS X - by desepticon - 2014-05-29, 17:57
Cleaning - by AleisterHH - 2018-05-28, 22:03
RE: Cleaning - by Milhouse - 2018-05-28, 22:16
qax genre not updated - by Just-Me_A-User - 2018-06-12, 22:06
RE: qax genre not updated - by Milhouse - 2018-06-12, 23:40
RE: [RELEASE] Texture Cache Maintenance utility - by RonnieG3 - 2023-07-30, 15:09
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Texture Cache Maintenance utility17