Running Hypermesh in batch mode with command file
Hi,
I'm trying to automate a fairly basic task which is to be done repeatedly. I've prepared a command file (.cmf) for this. I want to run Hypermesh in batch mode. I found that the way to run hmbatch with tcl file is:
C:\..\hmbatch.exe -tcl myfile.tcl
Can somebody please tell me how to do that for .cmf file?
Will it just be replacing -cmf instead of -tcl?