mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-14 04:38:24 +10:00
3 lines
166 B
Plaintext
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 |