Using PFE with ELF90
Install the software in the following
locations
ELF90
C:\ELF90
PFE
C:\PFE
Your Programs
A:\
Floppies are unreliable! Back them
up regularly
Entering your programs
using PFE
-
Start PFE by clicking Start->Run and typing c:\pfe\pfe32
-
Choose File -> New
-
Type your program in the window
-
Choose File -> Save
-
Select the folder you want to save the program in (ie, your home directory)
-
Type the filename with the extension .f90 ex., myprogram.f90
Compiling your program
-
Choose Execute -> DOS Command to Window (or press F11 key)
-
In the menu that follows, type the following information
-
Command:
c:\elf90\elf90.exe a:\myprogram.F90
-
Directory:
a:\
-
First check for unsaved files:
yes
-
Iconise Editor:
no
-
Click OK - ELF90 will run and it's output will be displayed
-
If there were any errors, correct them and repeat above steps
Running your compiled
program
-
Choose Execute -> Launch Application (or press shift and F11 keys)
-
In the menu that follows, type the following information
-
Command:
a:\myprogram.EXE
-
Directory:
a:\
-
First check for unsaved files: yes
-
Iconise Editor:
no
-
Click OK - your program will run and output will appear in a DOS window
-
If you have problems, contact me for assistance