🎉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

how to run a script in batchmode (hypermesh ,hyperview)

how to run a script in batchmode (hypermesh ,hyperview) in windows system

Find more posts tagged with

Sort by:
1 - 8 of 81
    Merula_20758User: "Merula_20758"
    Altair Community Member
    Updated by Merula_20758

    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

    MadhuraUser: "Madhura"
    Altair Community Member
    Updated by Madhura

    Hello Merula,

     

    How do I run Hypercrash in batch mode in Windows?

     

    Thanks in advance for your help!

    tinhUser: "tinh"
    Altair Community Member
    Updated by tinh

    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?

    Vlad VBUser: "Vlad VB"
    Altair Community Member
    Updated by Vlad VB

    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 

     

    QuyNguyenDaiUser: "QuyNguyenDai"
    Altair Community Member
    Updated by QuyNguyenDai

    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?

     

    Vlad VBUser: "Vlad VB"
    Altair Community Member
    Updated by Vlad VB

     

    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 

    QuyNguyenDaiUser: "QuyNguyenDai"
    Altair Community Member
    Updated by QuyNguyenDai

    It's normal, because this's batch mode.