Way to get known current path if it's very long (by tooltip)
Moderators: Hacker, petermad, Stefan2, white
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
*chuckle* AutoHotKey origins came from AutoIT v2
AutoHotKey IMHO is a better program because of its' easier syntax and better HotKey and Alias functionality.
They have a lot in common these days, and depending on who you ask you will get a different answer. AHK remains open source, and their forums tend to be friendlier.
AutoHotKey IMHO is a better program because of its' easier syntax and better HotKey and Alias functionality.
They have a lot in common these days, and depending on who you ask you will get a different answer. AHK remains open source, and their forums tend to be friendlier.
*BLINK* TC9 Added WM_COPYDATA and WM_USER queries for scripting.
I'd say about the same: I like AHK's syntax better, but that's just a matter of taste.
Their forum (plus quite a few users here) and the open source status made me choose AHK.
For the script above: I added a fix in the wiki
(getting the window title failed under some special conditions, making TC's program name etc. disappear from the title, until TC was minimized or restarted).
Their forum (plus quite a few users here) and the open source status made me choose AHK.
For the script above: I added a fix in the wiki
(getting the window title failed under some special conditions, making TC's program name etc. disappear from the title, until TC was minimized or restarted).
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
-- TC starter menu: Fast yet descriptive command access!
Currently by editing the script, in line 5 change the value from ":= 0" to ":= 1":How do you run the short name option?
Code: Select all
boShortenTcName := 0 ; 1 = replace "Total Commander" with "TC"
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
-- TC starter menu: Fast yet descriptive command access!
2Boofo
I assumed this to be a one-time setting, so I didn't add a command line switch for it. Is that OK?
BTW, to use command line switches for uncompiled AHK scripts, you would have to change *.ahk file association from to
I assumed this to be a one-time setting, so I didn't add a command line switch for it. Is that OK?
BTW, to use command line switches for uncompiled AHK scripts, you would have to change *.ahk file association from
Code: Select all
autohotkey.exe "%1"
Code: Select all
autohotkey.exe "%1" %*
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
-- TC starter menu: Fast yet descriptive command access!
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
I told you it would suck you in Boofo!! 
My persistent AHK script is 993 lines long hehe (And I'm still learning interesting tricks).
It still hasn't replaced CMD.exe for me though, as it doesn't interface cleanly with command-line utilities without what seems like a hackish workaround - for the purposes of pipes.

My persistent AHK script is 993 lines long hehe (And I'm still learning interesting tricks).
It still hasn't replaced CMD.exe for me though, as it doesn't interface cleanly with command-line utilities without what seems like a hackish workaround - for the purposes of pipes.
To get back to the topic:
The current tab still doesn't show a path tooltip, while inactive ones do, when hovered with the mouse.
How about adding the existing tooltip also for the current tab in a future version?
The current tab still doesn't show a path tooltip, while inactive ones do, when hovered with the mouse.
How about adding the existing tooltip also for the current tab in a future version?
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
-- TC starter menu: Fast yet descriptive command access!