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 strongm 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: *

  1. saqib11

    wait delay between executables

    to Gerritroot and xwb so in xwb's example, what is the delete file part supposed to be used for? i dont want to delete, i want to copy a file once its created. Gerritroot in your example, what does the /W mean and why am i using the start command? again, im very new to all of this, and have...
  2. saqib11

    wait delay between executables

    I ont know batch file operation well, could you explain how this works? what do delq and dosomethng mean? could you explain it to a dummy/ thanks saqib
  3. 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...
  4. saqib11

    how to dictate the location of files

    yes thats right i have: CALL system ('B\blackbox.exe') but i've never created a batch file, what is the procedure, do i write the code in fortran then? i dont know what it means when you write: cd ./B START /W MyBlackBoxExecutable.exe cd .. place the OS where? please clarify, it would be...
  5. saqib11

    how to dictate the location of files

    GerritGroot, The executable was given to me, it is a black box of which the ode i dont have. when run, it produces some out put files. i have folder A containing my code, which calls to run this executable. the executabl is within folder B and folder B is in folder A. the thing runs, but the...
  6. saqib11

    how to dictate the location of files

    also, if the files are already created, should i try move them to the new location, is this method easier or should i try to create them in the right folder in the first place? i dont have the code to the executables saqib
  7. 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...
  8. 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