You can not use the two commands in one button on Button Bar
When I use dual command syntax at a command line of button (for example, "cm_FocusRight,cd d:\1") i have error message: "File not found!"
This error occurs only with using "cd ..." command along with others. Chaining other command is okay. Actual use of single command "cd" is also okay.
Can not be used two commands in single buton in bar of buton
Moderators: Hacker, petermad, Stefan2, white
-
- New Member
- Posts: 1
- Joined: 2017-03-29, 18:15 UTC
Multiple commands in a chain work only with cm_ and em_commands.
EM_commands are user defined commands, written in usercmd.ini like
[em_leden]
cmd=cd d:\1
Next use
"cm_FocusRight,em_leden"
Read more in forum, or here > http://ghisler.ch/board/viewtopic.php?p=291895#291895
EM_commands are user defined commands, written in usercmd.ini like
[em_leden]
cmd=cd d:\1
Next use
"cm_FocusRight,em_leden"
Read more in forum, or here > http://ghisler.ch/board/viewtopic.php?p=291895#291895