mirror of
https://github.com/rbreaves/kinto.git
synced 2025-06-27 16:41:45 +02:00
7 lines
370 B
Plaintext
7 lines
370 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"" {kbtype}")
|
|
oShell.ShellExecute "C:\Program Files\AutoHotkey\AutoHotkey.exe", strFolder, , "runas", 0 |