🎉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

Import a specific input file in to Hypermesh from CMD.

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

I would like to know how can an input file (.inp) be imported in hypermesh through the command line( without using  the GUI). The user profile of the .inp is abaqus. In short, I require the command line (from the Command prompt) to import the .inp file in to hypermesh.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Have a look at command line options of Hypermesh.

    For exemple, under Linux I used:

     hm -nocommand -nouserprofiledialog -batch -tcl myscript.tcl

    In myscript.tcl, you can use neccessary command to import INP input file.