Export Path

hugo_c
hugo_c Altair Community Member
edited October 2020 in Community Q&A

Hi

I'm currently working on a tcl script that exports a component in '.dat' format.

And i'm looking for a way to export this .dat file automaticaly in the same directory as its component

 

It's possible to export it in a specific file by this way

*feoutputwithdata '//zola/samcef-p/TEST/Hyperworks_17/templates/feoutput/samcef/general' 'C:/Users/x00000/Desktop/Contacts_export/name.dat' 0 0 2 1 1

 

but as you can see i'll always have to update the user's number 'x00000' 

 

That's why i found another way, not depending on the user's id 

*feoutputwithdata '//zola/samcef-p/TEST/Hyperworks_17/templates/feoutput/samcef/general' '$::env(USERPROFILE)/Desktop/Contacts_export/name.dat' 0 0 2 1 1

 

Thank you

 

 

Answers

  • Q.Nguyen-Dai
    Q.Nguyen-Dai Altair Community Member
    edited April 2019

    My script exports Input solver on the same directory as HM model, automatically.

     

  • hugo_c
    hugo_c Altair Community Member
    edited April 2019

    Ok but mine doesn't. it needs a specific path to export a solver

  • hugo_c
    hugo_c Altair Community Member
    edited April 2019

    I've found a way to get the path of the current file : 

     

    hm_info hmfilename