mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 18:13:28 +07:00
4 lines
237 B
Plaintext
4 lines
237 B
Plaintext
|
Set WshShell = CreateObject("WScript.Shell" )
|
||
|
scriptdir = CreateObject("Scripting.FileSystemObject").GetParentFolderName(WScript.ScriptFullName)
|
||
|
WshShell.Run """" + scriptdir + "\..\..\..\..\Ryzen Controller""", 0
|
||
|
Set WshShell = Nothing
|