You are here

Command Line

2 posts / 0 new
Last post
Santosgusta
Offline
Last seen: 7 years 3 weeks ago
Joined: 2017-03-30 17:18
Command Line

Hi
I'm trying to run MobaXterm Portable with my own MobaXTerm.ini configuration file. I've made a lot of test and I can't find what's going wrong.
I have this in MobaXterm.ini file withing the Launcher folder:

[Launch]
ProgramExecutable=MobaXTerm\MobaXterm_Personal_10.2.exe
CommandLineArguments='-i %PAL:DataDir%\MobaXTerm.ini'

I've tried with ", ', nothing, '",
Nothing works. Any help?

Thanks
Gus

Gord Caswell
Gord Caswell's picture
Offline
Last seen: 4 months 4 weeks ago
DeveloperModerator
Joined: 2008-07-24 18:46
Quote path

You likely need to put quotes around the path, so

CommandLineArguments=-i "%PAL:DataDir%\MobaXTerm.ini"
Log in or register to post comments