A program to recognize and reward our most engaged community members
Hi,
I use the command *feoutputwithdata to export data. When the file in the path already exists a popup box appears and ask me if I'd like to overwrite the file. Similarly, when I *hm_exit hypermesh.
How can I prevent that?
Best, Jonas
Hello jowidmer,
Try using 'hm_answernext yes' before the command like below:
hm_answernext yes
*feoutputwithdata
Nice! That worked. I used this command but wrote it before the *feoutputwithdata cmd. Thanks for the help!