Files
SpotX/Spotify.vbs
amd64fox b11eef040f Typos
- Minor fix
- typos
2021-11-13 15:55:22 +03:00

4 lines
192 B
Plaintext

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