🎉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

Invoking HyperView from within Compose

User: "Debdatta_Sen"
Altair Employee
Updated by Debdatta_Sen

I have saved the installation directory in a variable and I am trying to invoke HW from within Compose, as shown in the image below:

grafik.png.5885dd47add68656ac6ca08f8e0549a7.png

 

But then I get an error message, where I see that the pkgIndex.tcl file is being searched for in the Compose Installation Directory:

grafik.png.c0457d11cd1c6796f226a7503b783fe4.png

 

Any ideas as to how I can avoid this from happening?

 

Thanks!!

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "FranckD"
    Altair Employee
    Updated by FranckD

    Hi Deb,

     

    In your script, just before calling hw.exe, you should unset ( = set to empty) the variable ALTAIR_HOME .

     

    Franck