// call this from command line

"C:\Program Files\MZmine\MZmine.exe" -batch "D:\batch\test_batch_small.xml" -input "D:\Data\*.mzML"

// macOS
/Applications/MZmine.app/Contents/MacOS/MZmine -batch /path/to/test_batch_small.xml -input "/path/to/data/*.mzML"

// linux
/opt/mzmine/bin/MZmine -batch /path/to/test_batch_small.xml -input "/path/to/data/*.mzML"
