mirror of
https://github.com/rbreaves/kinto.git
synced 2025-06-30 10:01:44 +02:00
7 lines
356 B
Plaintext
7 lines
356 B
Plaintext
Set oShell = CreateObject("Shell.Application")
|
|
Set wShell = WScript.CreateObject("WScript.Shell")
|
|
Set fso = CreateObject("Scripting.FileSystemObject")
|
|
|
|
path = wShell.ExpandEnvironmentStrings("%userprofile%")
|
|
strFolder = fso.BuildPath(path, "\.kinto\kinto.ahk")
|
|
oShell.ShellExecute "C:\Program Files\AutoHotkey\AutoHotkey.exe", strFolder, , "runas", 0 |