mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-14 04:38:24 +10:00
3 lines
154 B
Batchfile
3 lines
154 B
Batchfile
@echo off
|
|
start "" /wait "%Appdata%\Spotify\Spotify.exe"
|
|
powershell.exe -ExecutionPolicy Bypass -nologo -noninteractive -command "& '.\cache_spotify.ps1'" |