@Norbert
sry I wasn´t clear in my previous message.
The Subroutine I mentioned which I found on the Internet does use the Win32 API Function CreateProcess.
I think it certainly will do what I want it to once I have figured out all the parameters.
I have solved the problem with it just starting...
Thank you Norbert,
I have found a functioning Subroutine on the Internet which calls CreateProcess and it works when just passing on a program name like
'*.exe'.
However it does not do anything when the string containing the programname also includes an Inputfile (like '*.exe < inputfile')
Is...
Hi there,
at work i use the radiative transfer model MODTRAN which is an .exe and i start it from my Fortran programs using something like:
Resrun = Systemqq(modtran.exe < inputfile)
Is there any way to start several runs parallel?
perhaps by using OpenMP?
I can do this manually by opening...
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.