Search found 4 matches

by m33mt33n
26 Nov 2018, 15:23
Forum: Ask for Help (v1)
Topic: Executes the given code as a new AutoHotkey process (As Administrator)
Replies: 3
Views: 1392

Re: Executes the given code as a new AutoHotkey process (As Administrator)

Thanks for your reply! But my question is about running a piece of code (by using something like ExecScript function) from a script which is not currently running as admin, for example I have a code which make symlinks and needed to be run as admin for the purpose, and this code is in another script...
by m33mt33n
26 Nov 2018, 09:33
Forum: Ask for Help (v1)
Topic: Executes the given code as a new AutoHotkey process (As Administrator)
Replies: 3
Views: 1392

Executes the given code as a new AutoHotkey process (As Administrator)

Hi, Can someone help modifying this code from AHK Help file to execute script as admin. ExecScript(Script, Wait:=true) { shell := ComObjCreate("WScript.Shell") exec := shell.Exec("AutoHotkey.exe /ErrorStdOut *") exec.StdIn.Write(script) exec.StdIn.Close() if Wait return exec.StdOut.ReadAll() } or so...
by m33mt33n
09 Sep 2018, 08:54
Forum: Ask for Help (v1)
Topic: Editor independent help file lookup.
Replies: 1
Views: 752

Editor independent help file lookup.

Hi, With reference to code below taken from script ahk_help.py by some unknown contributor at AHK Forums, for opening help page for the word at cursor for sublime text. can anyone make or help making AHK version of it which use lookup word from clipboard or command line parameter. as I am very new t...
by m33mt33n
09 Sep 2018, 06:36
Forum: Bug Reports
Topic: Buggy Help (chm) file of AHK 1.1.30
Replies: 22
Views: 8059

Buggy Help (chm) file of AHK 1.1.30

Hi, After installing latest ahk 1.1.30, when I open help file found it very buggy. 1- Consuming very high amount of memory. 2- Search tab not working for queries with spaces in them, error message "object doesn't supper this property or method". 3- Input box behaves strangely and very slow. Anyone e...

Go to advanced search