ryzen-controller/public/bin/Ryzen Controller Autostart.vbs

4 lines
237 B
Plaintext
Raw Permalink Normal View History

Set WshShell = CreateObject("WScript.Shell" )
scriptdir = CreateObject("Scripting.FileSystemObject").GetParentFolderName(WScript.ScriptFullName)
WshShell.Run """" + scriptdir + "\..\..\..\..\Ryzen Controller""", 0
Set WshShell = Nothing