Can not be used two commands in single buton in bar of buton

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
leden171717
New Member
New Member
Posts: 1
Joined: 2017-03-29, 18:15 UTC

Can not be used two commands in single buton in bar of buton

Post by *leden171717 »

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.
User avatar
Stefan2
Power Member
Power Member
Posts: 4281
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Post by *Stefan2 »

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




 
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

You can use e.g. TCFS2 if you want to chain these commands directly.
Post Reply