Files
2025-12-24 04:34:36 +01:00

3 lines
116 B
Plaintext

Set objShell = CreateObject("WScript.Shell")
objShell.Run "C:\adb\PowerampCtrl.py", 0, True
Set objShell = Nothing