Files
SpotX/Cache/hide_window.vbs
amd64fox 9c22f6d34d Cache cleanup optimization
- Fixed slow client startup if cache purge was set
- Now there is a log file (Spotify/cache/log.txt) in which you can find information about the script to clear the cache.
- A little code optimization
2022-02-05 22:43:40 +03:00

3 lines
140 B
Plaintext

Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "%Appdata%\Spotify\cache\run_ps.bat" & Chr(34), 0
Set WshShell = Nothing