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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: saqib11
  • Content: Threads
  • Order by date
  1. saqib11

    wait delay between executables

    Hi everyone, I have a main code calling other executables. I need exe A to finish running before i start exe B, since exe B requires an output file (x) from A to be produced. How do i delay running B till A has completed and produced x? I use call system (.....) to run these executables. i...
  2. saqib11

    how to dictate the location of files

    I have control code (wrapper) which i use to run other excutables in a certain order. I have the seprate executables in folders, but when these executables are run the output files are created in the main folder where the control code is located. i want the output files to go into the folders...
  3. saqib11

    read data from file which changes data positions

    New to fortran, so this may be trvial.... I want to read specific bits of data from a file. See the two files below, I want to read certain values, for example, the line after burner. But the line on which a particular value appears will have changed from one file to another. In one file the...

Part and Inventory Search

Back
Top