Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] Invoke DOS command with PHOTRAN

I would like to invoke DOS command via the routine SYSTEM like

 

Call SYSTEM(‘dir’)

 

I have no compilation error (windows XP), but no result when I run the program. The same program works with all FTN commercial  compilers.

Is there a workaround to call DOS command with the SYSTEM routine of GFORTRAN? (XP windows)

 

Thanks in advance for your help.

 

Regards,

Didier


Back to the top