Hi,
I need to write a one string to the any file which is exported for any solver.
like for in nastran
*cardcreate('SUBTITLE')
*attributeupdateint(cards,5,3240,1,2,0,1)
*attributeupdatestring(cards,5,282,1,2,0,'hello this file is written by %username%')
*feoutput('C:/Altair/hw8.0sr1/templates/feoutput/nastran/general','C:/TEMP.dat',1,0,0)
But a single proc for any solver.....