Hey!
I am using intel visual fortran and am trying to execute an exe from within my program.
structure of my program:
!----------------
Program NEW
USE IFPORT
:
i=systemqq('arcade1.exe') ! input file name = 1.xyz
i=systemqq('arcade1.exe') ! input file name = 2.xyz
:
End program...