🎉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

Export Path

User: "hugo_c"
Altair Community Member
Updated by hugo_c

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

 

 

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "QuyNguyenDai"
    Altair Community Member
    Updated by QuyNguyenDai

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

     

    User: "hugo_c"
    Altair Community Member
    OP
    Updated by hugo_c

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

    User: "hugo_c"
    Altair Community Member
    OP
    Updated by hugo_c

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

     

    hm_info hmfilename