Mail Archives: djgpp/2001/10/05/03:46:16
The following FORTRAN sentence
OPEN ( UNIT= 52, STATUS='SCRATCH')
creates the file fort.52 (or fort.522, etc if fort.52
exists), in the directory defined by environment variable
TMP, when the program is compiled with Mingw32 FORTRAN.
The files are normally deleted at end of run, but if the
program aborts, in some cases the file remains.
What is the equivalent with DJGPP FORTRAN compiler, when
the
program runs under native DOS 6.22, in other words, file
name and directory?
Thanks you.
Ing. Orlando P. Hevia
heviaop AT ciudad DOT com DOT ar
Santa Fe-Argentina
- Raw text -