🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Running Hypermesh in batch mode with command file

User: "AviA"
Altair Community Member
Updated by AviA

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?

 

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "AviA"
    Altair Community Member
    OP
    Updated by AviA

    I forgot to add that running C:/.../hmbatch.exe -c Myfile.cmf , produces the following error:

    -c <commandfile> or -tcl <file> must be used with the hmbatch option.

    Isn't that what I'm doing? I tried running as adminstrator also, but it didn't help.

    The command file works perfectly as intended when run from within the GUI.