home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / FFB.ZIP / FFREADME.ARC / READ.ME < prev    next >
Encoding:
Text File  |  1987-12-21  |  3.7 KB  |  108 lines

  1. READ.ME
  2.  
  3.         The first thing to remember is DON'T PANIC !!
  4.  
  5.   Once you have expanded the files on this disk, you will likely be
  6. a bit overloaded. Don't Panic, you don't have to consume all of this at
  7. once, examine it a little at a time.
  8.  
  9.  
  10.                         REMEMBER!
  11.  
  12.                 Exploration is the Method.
  13.  
  14.              HELP, VIEW and SEE are the Keys!
  15.  
  16.  
  17. Start here, and follow the bouncing ball:
  18.  
  19.         This is disk #1 of a two disk set, it contains;
  20.  
  21.         READ.ME         \ this file
  22.         PKXARC.COM      \ a de-archive utility
  23.         FF.ARC          \ the FF Forth system
  24.         FFHLP.ARC       \ The FF help files
  25.  
  26.         Additional archive files are located on disk #2.
  27.  
  28.         ZIMMER.ARC      \ some tools from Tom Zimmer and others
  29.         SMITH.ARC       \ Some tools from Bob Smith
  30.         CURLEY.ARC      \ Some tools from Charles Curley
  31.         MODROW.ARC      \ Some tools from Jerry Modrow
  32.  
  33.   The first thing we need to do is try and fill up your hard disk. FF
  34. will need about a megabyte of hard disk space. If you don't have that
  35. much available, you might think of doing some house cleaning first.
  36.  
  37.   Create a directory on your hard disk, called \FF, and copy all of
  38. the files from this disk into that directory. This sequence will do
  39. that:
  40.                 C: <enter>         or D: if your hard disk is D:
  41.                 CD \ <enter>
  42.                 MD \FF <enter>
  43.                 CD \FF <enter>
  44.  
  45.   Place this disk in Drive A:.
  46.  
  47.                 COPY A:*.* \FF <enter>
  48.  
  49.   When the copy is finished, put disk #2 in Drive A:.
  50.  
  51.                 COPY A:*.* \FF <enter>
  52.  
  53.   Now expand the archive files:
  54.  
  55.                 PKXARC * <enter>
  56.  
  57.   This will result in a large number of files being added to your
  58. hard disk, consuming about 1 and 1/4 megabyte including the archive
  59. files.
  60.  
  61.   Now that you have expanded FF onto your hard disk, you need to
  62. install PF for your computer. This is done easily as follows:
  63.  
  64.                 INSTALL <enter>
  65.  
  66.   A new FF.EXE will be created.
  67.  
  68.   This is the primary file of interest FF.EXE. FF is the Full direct
  69. threaded Forth. You can start up that Forth by typing its name:
  70.  
  71.                 FF <enter>
  72.  
  73.   You should now be running the FF Forth system. If that makes you
  74. uncomfortable, you can type BYE to leave.
  75.  
  76.   Lets start off by printing some documentation. There are several .TXT
  77. documentation files on the disk, so lets print them. Set up your
  78. printer with at least 75 sheets of paper, and type the following:
  79.  
  80.         FPRINT *.TXT *.HLP <enter>      \ print all txt & hlp files
  81.  
  82.   FF will print all of the text and help files in the current
  83. directory. Among these is a file called FF.TXT, it will give you an
  84. overview, and some examples of the special words in FF, and how they
  85. are used. The first chapter of FF includes a small tutorial, you
  86. might want to walk through.
  87.  
  88.   Other text files provide additional information on specific topics.
  89.  
  90.   I hope you like this system, it was developed from F83 version 2.1.0,
  91. by Laxen and Perry. Various enhancements were completed by Tom Zimmer,
  92. Robert L. Smith, and Charles Curley, with Alpha site support from Jerry
  93. Modrow.
  94.  
  95.   This system is completely in the public domain.
  96.  
  97.   Send comments ect. to:        Tom Zimmer
  98.                                 292 Falcato Dr.
  99.                                 Milpitas, Ca. 95035
  100.                                                 Hm. 408/263-8859
  101.                                                 Wk. 408/432-4643
  102.  
  103.   As you might have guessed this is an unsupported system. However if
  104. you want the latest version, contact me at the above address or phone.
  105. I will send you an update for the paultry sum of $25.00 as long as you
  106. include a formatted disk in a mailer.
  107.  
  108.