Command-line features

Notes, tips, and other usefull things on how to use LogMX

Moderator: admin

Post Reply
jandkw99
Posts: 1
Joined: Fri Jul 08, 2016 4:11 am

Command-line features

Post by jandkw99 »

Hi,

I've been struggling to find any command-line help. Is there any?

I'm specifically interested in having a /merge option to merge the multiple files passed in on the command line.

Thanks,

Jason
admin
Site Admin
Posts: 555
Joined: Sun Dec 17, 2006 10:30 pm

Re: Command-line features

Post by admin »

Hello Jason,

You can use the command line mode using option "--console" (no graphical interface at all). So if you use the command "logmx.bat --console" (on Windows) or "logmx.sh --console" (on Linux), it will display all the available options and their meaning. If you just want to use the command line to open the graphical interface with a specific file, then you don't need the "--console" option.

There is no "merge" option because it is natively supported by LogMX as a simple file using the file prefix "merge://". For example, if you want to merge 3 files f1, f2, f3, simply use:

Code: Select all

logmx.bat --console <options> merge://f1;f2;f3
or to open this merged file in the graphical interface:

Code: Select all

logmx.bat merge://f1;f2;f3
Xavier
Post Reply