how to run a script in batchmode (hypermesh ,hyperview)
how to run a script in batchmode (hypermesh ,hyperview) in windows system
Answers
-
start this .exe
/13.0/hm/bin/win64/hmbatch.exe
with this parameter
-tcl 'link to tcl file' (for your script)
In hyperview it is
<altair_home>/hw/bin/<platform>/hw.exe -clientconfig hwpost.dat -b -tcl example.tcl
-b for batch
-tcl for your script
best reagrds
Merula
0 -
Hello Merula,
How do I run Hypercrash in batch mode in Windows?
Thanks in advance for your help!
0 -
Maybe there is no such option for hypercrash.
Anyway, why you need to start hc in batch mode?
0 -
How to run the calculation (hw) in batch mode?
0 -
Hello,
I have a strip that I'm trying to run in Batch mode. Script has a pop-up window with couple User inputs. When I run it with hmbatch.exe Window doesn't come up. When I run it with hw.exe Window does come up with User inputs but closes with in seconds. Am I missing something in a script? Thank you
0 -
Altair Forum User said:
Hello,
I have a strip that I'm trying to run in Batch mode. Script has a pop-up window with couple User inputs. When I run it with hmbatch.exe Window doesn't come up. When I run it with hw.exe Window does come up with User inputs but closes with in seconds. Am I missing something in a script? Thank you
You're trying to run pop-up Windows (interactive mode) in Batch mode?
0 -
Altair Forum User said:
You're trying to run pop-up Windows (interactive mode) in Batch mode?
Correct, works with hw.exe but exits before any inputs can be added
0 -
It's normal, because this's batch mode.
0