Hallo everybody,
I want to launch a program and at the moment I`m using this command:
Call system('C:\abaqus\6.6-1\exec\abq661.exe job="'str'"')
but the problem is that while the simulation is still running my fortran program go to the following line and read the results file of the simulation that still don`t exist.
Does exist any way to enter DOS environment so that my fortran program wait the simulation end and then read the following line?
Thanks,
aJCU
I want to launch a program and at the moment I`m using this command:
Call system('C:\abaqus\6.6-1\exec\abq661.exe job="'str'"')
but the problem is that while the simulation is still running my fortran program go to the following line and read the results file of the simulation that still don`t exist.
Does exist any way to enter DOS environment so that my fortran program wait the simulation end and then read the following line?
Thanks,
aJCU