What about saving your config data to
Code: Select all
HKEY_CURRENT_USER, Software\Ghisler\TcFavMenu,
sheepdog
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
HKEY_CURRENT_USER, Software\Ghisler\TcFavMenu,
if you add parameters for launching TC it will be great - i use TC only with /I= /F= parameteres because more users use my TC and all have different settingsmajkinetor ! wrote:OK, now I realise what you are talking!
Its not a bug, it is problem with your system.
I just call TC, if it is set up to be run with ini located in Windows that is not my fault. You should do IniReloc instead /I= to move your wincmd.ini into Total Commander folder.
I may add parameters to launching of TC. I never use TC like this, so I didn't count this while designing application.
Support for ftp.ini ? Why should I support that ?
U can use this workaround for now:
Create batch file lets say c:\runTC.bat.
Put command line you would like into this batch. Start it to make sure TC is behaving the way you like. Put the path to the bat into Setup->TC Exe
You will have short pop-up of console window with this, but you can hide it by downloading my utility GuiBox and putting GuiBox /H0 as first line in batch.
I didn't . I said that %COMMANDER_PATH% will be used to find TC if there is no info in registry.Didn't you say %Commander_path% would work for the setup?
Me too.I don't like programs messingh around my registry.
It is very easy to convert the TOTALCMD.INC file to an ahk include file. Like this:since I still don't know how more commands will I use and it is easier this way
Code: Select all
cm_SrcComments=300;Source: Show comments
cm_SrcShort=301;Source: Only file names
cm_SrcLong=302;Source: All file details
cm_SrcTree=303;Source: Directory tree
cm_SrcQuickview=304;Source: Quick view panel
cm_VerticalPanels=305;File windows above each other
cm_SrcExecs=311;Source: Only programs
cm_SrcAllFiles=312;Source: All files
cm_SrcUserSpec=313;Source: Last selected
cm_SrcUserDef=314;Source: Select user type
cm_SrcByName=321;Source: Sort by name
cm_SrcByExt=322;Source: Sort by extension
cm_SrcBySize=323;Source: Sort by size
cm_SrcByDateTime=324;Source: Sort by date
cm_SrcUnsorted=325;Source: Unsorted
cm_SrcNegOrder=330;Source: Reversed order
cm_SrcOpenDrives=331;Source: Open drive list
cm_SrcThumbs=269;Source: Thumbnail view
cm_SrcCustomViewMenu=270;Source: Custom view menu
;etc...
If you can say after all, that things are not good because it doesn't work fulyl with single application I don't know what to say... except, turn it off.things are not good
Remeber those elephants on Mars ? No? Take a telescope, see how they are.... Maybe there is Ghisler with them, implementing your hotkeys...what if Mr Ghisler implemented global hotkeys that work regardless TC is the front app
I've read it ... once ... a while ago ... has it been modified???How many times I have to write all over again.
READ README.TXT
Good enough for me too...Since my sister can't live without Office, I might implement that for her.
That is actually very easy:global hotkey that work regardless TC is the front app
Code: Select all
; Win-D
#d:: PostMessage 1075, 526, 0, , ahk_class TTOTAL_CMD