home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / MISC / IFP05.ZIP / README < prev    next >
Encoding:
Text File  |  1980-01-03  |  1.8 KB  |  57 lines

  1.                         IFP 0.5
  2.                         -------
  3.  
  4. This is a boot disk which sets up IFP for demonstration purposes.
  5. It assumes you have a system with at least 256kb of memory and
  6. no hard disk.
  7.  
  8. The root directory on this disk contains:
  9.    
  10.     CONFIG.SYS     Sets up RAM-Disk
  11.     AUTOEXEC.BAT   Sets up IFP 
  12.     IFP.EXE        Illinois Functional Programming Interpreter
  13.     MANUAL         Reference manual for IFP
  14.     RD.COM         Ram Disk
  15.     \DEMO          IFP function directory with demonstration functions
  16.     \MATH          IFP function directory                     
  17.  
  18. The reference manual may be printed with any printer with at least 66
  19. lines and that recognizes backspace/formfeed.
  20.     
  21. The following files are utilities used in conjunction with IFP.
  22. You can replace them with your own favorite editor or directory lister.
  23.  
  24.     ED.EXE         PC-Write editor
  25.     SD2.COM        Directory Lister
  26.  
  27. If you have at least 400kb, then you will probably want to use a RAM-Disk.
  28. In that case, rename the AUTOEXEC.2 and CONFIG.2 files as AUTOEXEC.BAT
  29. and CONFIG.SYS respectively.  If you have a real disk, then you will want
  30. to substitute the real disk drive for the RAM-Disk.  In that case, the
  31. references to the C: drive in CONFIG.SYS and AUTOEXEC.BAT files must be
  32. modified appropriately.
  33.  
  34. The RAM-Disk holds 180kb of memory.
  35.  
  36. -----------------------------------------------------------------------
  37.  
  38. The IFP on this disk is IFP 0.5, and differs slightly from the IFP 0.3
  39. described in BYTE (February 1987).  The chief difference to the user
  40. is that no semicolon follows the function in the "show" command, e.g
  41.  
  42.         show <2 3> : +
  43.         5
  44.  
  45. This disk also includes more demonstration programs.  In particular,
  46. there is an LU decomposition program in \math\linear.
  47.  
  48. - Arch D. Robison
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.