A program to recognize and reward our most engaged community members
how to run a script in batchmode (hypermesh ,hyperview) in windows system
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
Hello Merula,
How do I run Hypercrash in batch mode in Windows?
Thanks in advance for your help!
Maybe there is no such option for hypercrash.
Anyway, why you need to start hc in batch mode?
How to run the calculation (hw) in batch mode?
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
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?
Correct, works with hw.exe but exits before any inputs can be added
It's normal, because this's batch mode.