Message-Id: <200110050741.f957fkj93808@postino3.int.prima.com.ar> From: "Orlando P. Hevia" To: djgpp AT delorie DOT com Date: Fri, 5 Oct 2001 04:40:27 -0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: fortran scratch files X-mailer: Pegasus Mail for Windows (v3.12b) Reply-To: djgpp AT delorie DOT com 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