I'm trying to run a MEL script from the command line (OS X) using Maya LT 2015. Instructions on how to do this can be found here:
Autodesk Maya LT - Start Maya from the command line
But when I try Maya -prompt
or Maya -batch -script "test.mel"
is just get this:
Flags:
-v prints the product version and cut number
-proj [dir] look for files in the specified project dir
-file [file] opens the specified file (use complete file name)
-archive [file] displays a list of files required to archive the specified scene
-noAutoloadPlugins do not auto-load any plug-ins.
-help prints this message
Seems like it doesn't support the -batch flag. Any ideas?