Dear Developers
Acutally, I did migrate from Compaq Fortran to Intel Visual Fortran,
Original code is like as follows in compaq fortran
cmd = 'kalmansryu' call system(cmd)
but it made errors in intel visual fortran. (kalmansry is exe file that was made from Matlab)
How can I change 'call system'. Could you show me example?