mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 11:12:07 +00:00
3 lines
No EOL
188 B
Text
3 lines
No EOL
188 B
Text
Set WshShell = CreateObject("WScript.Shell" )
|
|
WshShell.Run """%localappdata%\Programs\Hydra\Hydra.exe""", 0 'Must quote command if it has spaces; must escape quotes
|
|
Set WshShell = Nothing |