Author: Borg3
Subject: Desktops 2.0 WinKey+R issue
Posted: 05 October 2014 at 9:51am
Okey, I finished my own QuickRun.
It works very well. Case Closed.
If anyone is interested:
ftp://borg.uu3.net/home/borg/quickrun.exe
No warranty. I will probably publish source code later.
Its pure Win32 API. Hotkey: Win+Q
It operates only on predefined aliases.
You need to add it to Autorun registry manualy.
Context menu is self explonatory.
Config format (one alias per line):
<alias> "<path to exe>" [<arguments>]
I use CreateProcess() to spawn new process so only
full path to executable is supported (no .lnk).
Edited by Borg3 - 18 hours 46 minutes ago at 10:06am
Subject: Desktops 2.0 WinKey+R issue
Posted: 05 October 2014 at 9:51am
Okey, I finished my own QuickRun.
It works very well. Case Closed.
If anyone is interested:
ftp://borg.uu3.net/home/borg/quickrun.exe
No warranty. I will probably publish source code later.
Its pure Win32 API. Hotkey: Win+Q
It operates only on predefined aliases.
You need to add it to Autorun registry manualy.
Context menu is self explonatory.
Config format (one alias per line):
<alias> "<path to exe>" [<arguments>]
I use CreateProcess() to spawn new process so only
full path to executable is supported (no .lnk).
Edited by Borg3 - 18 hours 46 minutes ago at 10:06am