Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Executing Nastarn *.bdf files 1

Status
Not open for further replies.

shearlag

New member
Joined
Apr 13, 2007
Messages
30
Location
IN
Dear all,

Can anybody suggest me as how to execute many nastran input files (*.bdf) with a single command.
For a perticular load case i have created 358 *.bdf files. Usual way is to execute one after another. or create a batch file and execute it.But for a batch file, one needs to key in all the *.bdf file names, any quick way , kindly suggest.

Thanks in adavance
 
You should put all file in a directory then with the dos command dir >filename.txt you get all the file names in the file named filename.txt.
Open the file with a text editor, copy the file names and paste to a excel column.
In other columns write the nastran commands and export every things to a batch file to run under dos.
Hope isn't too complicate!!
Onda
 
Thanks Onda, it really worked quickly & correctly
 
Happy to be useful.
thanks for the star!

Onda
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top