Start another Program when start HyperMesh, HyperView

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

Hi,

I am use PC with install HW11, my problem is when after start HyperMesh (or HyperView), I want

automatically start another programe (such as Excel).

If anyone know, please help me...

thanks,

Didik

Tagged:

Answers

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited August 2012

    Hi,

    I am use PC with install HW11, my problem is when after start HyperMesh (or HyperView), I want

    automatically start another programe (such as Excel).

    If anyone know, please help me...

    thanks,

    Didik

    You should prepare a .bat file, containing these:

    'C:\Program Files\Altair\11.0\hw\bin\win64\hw.exe' /clientconfig hwpost.dat

    'C:\Program Files (x86)\Microsoft Office\Office12\excel.exe'

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited August 2012

    Hi,

    don't forget to use start, e.g.

    start 'C:\Program Files\Altair\11.0\hw\bin\win64\hw.exe' /clientconfig hwpost.dat

    start 'C:\Program Files (x86)\Microsoft Office\Office12\excel.exe'

    Regards,

    Mario