Hi All,
I want to open the hyperview on linux from Hypermesh command line
my code:
set interactivePath [file join [hm_info -appinfo ALTAIR_HOME] altair scripts hv]
exec '$interactivePath' -clientconfig hwpost.dat
is it right?