mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-11 17:37:21 +10:00
Combination of Russian and main installer into one. It is also now more convenient to add other languages if necessary
3 lines
140 B
Plaintext
3 lines
140 B
Plaintext
Set WshShell = CreateObject("WScript.Shell")
|
|
WshShell.Run chr(34) & "%Appdata%\Spotify\cache\run_ps.bat" & Chr(34), 0
|
|
Set WshShell = Nothing |