add multiple commands to new usercommand
Moderators: Hacker, petermad, Stefan2, white
add multiple commands to new usercommand
Hi,
it would be nice if i can add some internal commands (cm_xxx ; em_yyy) to an new usercommand.
Greets maat
it would be nice if i can add some internal commands (cm_xxx ; em_yyy) to an new usercommand.
Greets maat
Re: add multiple commands to new usercommand
add multiple commands to usercommand
Should work. Does here (TC 8.51a).
usercmd.ini
matixx wrote:it would be nice if i can add some internal commands (cm_xxx ; em_yyy) to an new usercommand.
Should work. Does here (TC 8.51a).
usercmd.ini
Code: Select all
[em_TestMultipleCommands]
cmd=cm_HelpIndex, cm_About, cm_CommandBrowser, em_RunNotepad,em_usercmd
[em_RunNotepad]
cmd=notepad
[em_usercmd]
cmd=cd %appdata%
Oops, sorry.
After reading and understanding the help "2. You can also place one or more of Total Commander's internal menu commands here comma-separated. Just click on the button with the magnifying glass and choose a command from the dialog box "Choose command"."
I thought that the way to add additional commands to the command field was meanwhile a little bit easier than:
- placing the cursor behind the last command
- typing a comma
- pressing the magnifier and select the Command to add
Discrepancy between imagination and reality.
Regards
Holger
After reading and understanding the help "2. You can also place one or more of Total Commander's internal menu commands here comma-separated. Just click on the button with the magnifying glass and choose a command from the dialog box "Choose command"."
I thought that the way to add additional commands to the command field was meanwhile a little bit easier than:
- placing the cursor behind the last command
- typing a comma
- pressing the magnifier and select the Command to add
Discrepancy between imagination and reality.
Regards
Holger