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...
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
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...
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...
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...
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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.