Find more posts tagged with
Sort by:
1 - 8 of
81
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?
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
-b for batch
-tcl for your script
best reagrds
Merula