Error Running in Batch Mode
I am attempting to automate some of the processes that I do in Hypermesh by using some TCL scripts. Currently I have created a working TCL script that works when I run it from the Hypermesh interface. When I attempt to run this script from the windows command window I get an error and the script stops running. I have attached the script, and the igs file where the geometry is imported from. I have also included the error that I receive below. Note if you would like to run the script you will need to modify lines 2,8, and the last 4 so that the file path reflects that of your computer.
Error: Data-name is not valid
0
while executing
'*setvalue loadsteps id=1 STATUS=2 OS_SPCID={loadcols 1}'
(file 'auto1.tcl' line 117)
invoked from within
'source auto1.tcl'
End of command file - terminating.
HM exiting with code 1
Thanks in advance for your help.
-Alec