Files
SpotX/Spotify.vbs
2021-08-15 10:36:50 +03:00

3 lines
166 B
Plaintext

command = "powershell.exe -nologo -noninteractive -command %appdata%\Spotify\cache-spotify.ps1"
set shell = CreateObject("WScript.Shell")
shell.Run command,0, false