1

From my /home/mobaxterm command prompt, I can use the newtab "command" to launch a new tab and execute a command just fine. When I use it inside a bash script, I get "newtab: command not found".

Is there special coding required to use the MobaXterm commandline parameters as found here: https://blog.mobatek.net/post/mobaxterm-command-lines/ inside a bash script? Thanks.

  • I deleted my answer so hopefully someone else can help you with that. I suggest that you add your comments to your post. Upvoted your post. – fxdeaway Apr 13 '20 at 10:41

1 Answers1

1

Use this /bin/MobaSendMsg.exe MobaXterm -newtab "YOUR_COMMAND"

ufopilot
  • 3,269
  • 2
  • 10
  • 12