PLEASE COPY FILES TO THE HARD DISK OF YOUR PC.

	"This package includes an early beta version of Digital's Fortran compiler, 
	Fortran preprocessor, and Fortran runtime libraries for Windows NT AXP.  
	To debug or link a Fortran application using this software, you must 
	install the final version of the Microsoft Software Development Kit
	for Windows NT AXP.  This package requires the final released version of 
	the Windows NT operating system, and the final version of the Software 
	Development Kit for Windows NT."   


 o      We suggest installing the software on the system disk {device e: on
	my Jensen} in the \dec\f77 area.

		> e:
		> mkdir \dec
		> cd \dec
		> mkdir f77
		> cd f77

    o   Copy DECFORT.ZIP and UNZIP.EXE somehow to your NT/AXP system.  This
	assumes those files are now in e:\dec\f77.

    o   Unpack {UNZIP} the kit file:

		> \dec\f77\unzip -d decfort.zip *.*

    o   Install it:

		> install -i

	This is an windows-based installation procedure that asks you where
	you want the stuff and then puts it there.  If you simply answer
	yes, this all takes 10 minutes.  There are subdirectories for INCLUDE
	and SAMPLES files as well as obvious software stuff like LIB and BIN.

	The installation creates a "DEC F77" group with icons for the README,
	draft help on the LRM, lots of help on F77 {using the compiler}, and
	a window that has the F77 environment already set up in it so you can
	try the software.

