Files
SpotX/Cache/run_ps.bat
2022-04-04 23:57:01 +03:00

3 lines
154 B
Batchfile

@echo off
start "" /wait "%Appdata%\Spotify\Spotify.exe"
powershell.exe -ExecutionPolicy Bypass -nologo -noninteractive -command "& '.\cache_spotify.ps1'"