home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pcjr / utility / B&F-131.LZH / INSTALL.B&F < prev    next >
Text File  |  1990-06-05  |  12KB  |  256 lines

  1. Installing Back & Forth from a floppy disk to the hard disk!
  2.  
  3. Please read this section on how to install Back & Forth on your hard disk.
  4.  
  5. ──────────────────────────────────────────────────────────────────────────────
  6.  
  7. In the below example, the machine that we are installing B&F onto has:
  8.              640k RAM
  9.              Drive A: is a floppy disk
  10.              Drive C: is a hard disk with  5 megabytes free
  11.              Drive D: is a hard disk with 10 megabytes free
  12.              Drive E: is a RAM disk with 4 megabytes available
  13.              EMS memory with 2 megabytes available
  14.  
  15. Note: This is not the minimum configuration required; it is only stipulated
  16. so that we can demonstrate the installation of Back & Forth onto your system 
  17. using various system elements.
  18.  
  19. ──────────────────────────────────────────────────────────────────────────────
  20.  
  21. Step 1:  Creating the B&F directory
  22.  
  23.          Create a directory on your hard disk C named B&F and make it the
  24.          current directory. If you wish to use another disk or directory, 
  25.          substitute that name below as appropriate.
  26.  
  27.          C:
  28.          MD C:\B&F
  29.          CD \B&F
  30.  
  31. ──────────────────────────────────────────────────────────────────────────────
  32.  
  33. Step 2:  Copy B&F to the directory
  34.  
  35.          Copy the B&F-1xx.EXE self-extracting file into the B&F directory. The
  36.          '*' character is a wildcard character used to copy all files starting 
  37.          with the characters B&F and ending with EXE. The '1xx' represents the 
  38.          version number of B&F that you have.
  39.  
  40.          COPY A:B&F*.EXE  C:\B&F
  41.  
  42. ──────────────────────────────────────────────────────────────────────────────
  43.  
  44. Step 3:  Extracting B&F
  45.  
  46.          The B&F-1xx.EXE file is a self-extracting file used to store all B&F
  47.          files in one easy-to-transport package. To extract the file, type the 
  48.          name of the file at the DOS prompt, as if you were trying to run it.
  49.          Replace the '1xx' with the current version number shown for the file.
  50.  
  51.          B&F-1xx
  52.  
  53. ──────────────────────────────────────────────────────────────────────────────
  54.  
  55. Step 4:  Using HD-SETUP.EXE
  56.  
  57.          A setup program has been provided which will create either one or two 
  58.          batch files for use in running Back & Forth. These batch files set
  59.          the DOS environment variable, log to the Back & Forth directory, and 
  60.          execute Back & Forth. The second batch file uses the detected memory
  61.          management software, either QEMM or 386-to-the-Max to load Back & 
  62.          Forth into high memory. This batch files are B&F.BAT and B&FHI.BAT.
  63.  
  64.          Once the Back & Forth has been extracted from its storage file, run:
  65.  
  66.          HD-SETUP
  67.  
  68.          If you have a black and white or composite monitor, run HD-SETUP with 
  69.          the following command line parameter:
  70.  
  71.          HD-SETUP /BW
  72.  
  73.          If you have a CGA card, run HD-SETUP with the following:
  74.  
  75.          HD-SETUP /SNOW
  76.  
  77.          --------------------------------------------------------------------
  78.  
  79.          The contents of B&F.BAT:           C:
  80.                                             CD C:\B&F
  81.                                             SET B&F=C:\B&F
  82.                                             B&F %1
  83.  
  84.          The contents of B&FHI.BAT:         C:
  85.          (with QEMM)                        CD C:\B&F                                            
  86.                                             SET B&F=C:\B&F
  87.                                             LOADHI BNFHIGH
  88.                                             BNFLOW %1
  89.  
  90.          The contents of B&FHI.BAT:         C:
  91.          (with 386-to-the-Max Pro)          CD C:\B&F                                            
  92.                                             SET B&F=C:\B&F
  93.                                             386LOAD PROG=BNFHIGH
  94.                                             BNFLOW %1
  95.  
  96.          The contents of B&FHI.BAT:         C:
  97.          (with 386-to-the-Max)              CD C:\B&F                                            
  98.                                             SET B&F=C:\B&F
  99.                                             386MAX LOADHIGH
  100.                                             BNFHIGH
  101.                                             386MAX LOADLOW
  102.                                             BNFLOW %1
  103.  
  104. The %1 lets you enter the "GO" parameter, which bypasses the Swap Drive Setup
  105. screen. For example, to run B&F using this batch file with the "GO" command, 
  106. type the following at the DOS prompt:
  107.  
  108. B&F  GO
  109.  
  110. This bypasses the Swap Drive setup screen and immediately enters the Back &
  111. Forth main screen. If you have programs set up for Automatic loading, they 
  112. loaded without further ado.
  113.  
  114. ──────────────────────────────────────────────────────────────────────────────
  115.  
  116. Step 5:  Installing the swap areas for B&F
  117.          
  118.          You are now ready to define the swap areas for Back & Forth. This 
  119.          is only required the first time B&F is run and any time that its 
  120.          its memory allocation needs to be changed. To run B&F, you must be 
  121.          located within its program directory. This allows us to save 1.5k 
  122.          for your programs' use.
  123.  
  124.  
  125. ──────────────────────────────────────────────────────────────────────────────
  126.  
  127. Step 6:  Using the Swap Drive Setup
  128.          
  129.          When the Swap Drive setup is used, a menu is shown listing the 
  130.          possible swap areas that can be specified and the information 
  131.          needed. Not all of these entries must be filled. Here is where 
  132.          our hypothetical system defined at the beginning of this file 
  133.          comes into use.
  134.  
  135.          Most of these entries need two items of information defined. We 
  136.          are going to describe them individually, below. Please understand 
  137.          that the amounts shown are approximate, they vary between systems.
  138.  
  139.       *  B&F swap drive
  140.  
  141.          This is where the B&F program itself is stored when you run a program
  142.          from Back & Forth.  The swap space needed is based on the programs
  143.          loaded globally.  Plan on 19k per task if UltraVision is loaded
  144.          before B&F, else plan on 4k. Select the fastest swap drive available, since this data is routinely accessed.  It needs
  145.          approximately 80k of space. The fastest storage device available
  146.          should be used to store its information, since it will probably be
  147.          the data swapped most often. In our system, the Drive E: RAM disk
  148.          should be used.
  149.  
  150.          Move the cursor to the B&F drive entry and press E.
  151.  
  152.       *  Video swap drive
  153.  
  154.          This is where screen information generated by the swapped programs is 
  155.          stored. We decided to use a separate swap area for this information
  156.          since this amount can be variable, depending solely on the screen
  157.          shown at the time of the swap and the graphics mode in use. Use a 
  158.          hard disk for this information. If you assume the worst case: running
  159.          9 programs at once in graphics mode with complicated graphics screens, 
  160.          approximately 1megabyte will be needed. Most graphics screens are 
  161.          between 8-96k in size. In our system, use either of the hard disks, 
  162.          just make sure that 1m is always available for use.
  163.  
  164.          Move the cursor to the Video swap entry and press C.
  165.  
  166.       *  Conventional memory
  167.  
  168.          This is not user-definable, it simply tells you how much memory is 
  169.          available for use in running a program under B&F. This amount is 
  170.          arrived at by taking the amount of RAM, subtracting the amount of
  171.          memory occupied by DOS, loaded device drivers, TSRs, and the B&F
  172.          module (approx. 12-16k). Our hypothetical system shows approximately 
  173.          552k available (640k - 72k(DOS) - 16k(B&F)). This amount is only an
  174.          approximate.
  175.  
  176.       *  Use expanded memory
  177.  
  178.          If EMS memory is detected on your system, this will be shown On, with
  179.          the maximum amount shown to its right. Allocate as much of it as you
  180.          can spare. If the EMS memory on your system is created by a program 
  181.          by allocating hard disk space or extended memory, do not use this 
  182.          memory. Too much of it is usually used to store disk tables, etc and
  183.          it is potentially unreliable and slow. For our hypothetical system, 
  184.          allocate all of it to B&F. If your programs use this memory, be sure 
  185.          to take the amount needed by those programs into account when 
  186.          allocating this memory.
  187.  
  188.          Move the cursor to the Use expanded memory amount and enter 2000.
  189.  
  190.       *  Use extended memory
  191.       
  192.          Sets whether extended memory is to be used and if so, how much is to
  193.          be used by B&F.  If none is found, this cannot be selected.  
  194.  
  195.          None is available so none is allocated.
  196.       
  197.       *  Program swap drive 1-3
  198.         
  199.          Below the EMS entry are shown three program swap drive entries. Not 
  200.          all of these must be filled. If you have one drive with enough disk 
  201.          space to accomodate the maximum swap amount possible, define only
  202.          one of these entries, leaving the other 2 blank. 
  203.          
  204.          At the bottom of the screen, within the help dialog box, the maximum
  205.          possible swap amount is shown. This amount is computed by multiplying
  206.          the conventional memory available by 20 (the maximum number of tasks)
  207.          and adding 152 (the space needed to store B&F overlay data). On our
  208.          system, approx 11192k are needed if 20 tasks are to be run at once 
  209.          using 552k each. If you plan to run fewer tasks or know that some of
  210.          the tasks require less memory, use a lesser value. This swap space 
  211.          is allocated when B&F is first run, thus ensuring that enough space 
  212.          is available for use. Also, the amount of memory used to store a 
  213.          program is specified when it is defined for execution.
  214.  
  215.          For our example,we only plan to run 9 tasks. This means approximately 
  216.          5120k is needed. On our example system, with 552k conventional memory 
  217.          and 2000k EMS memory allocated, only 2568k must be allocated on the 
  218.          program swap disks. For quicker response time, use as much RAM disk 
  219.          space as possible. In this case, 5120 - (552 + 2000) = 2568.
  220.  
  221.          Move the cursor to the first program swap entry and press E. Now 
  222.          enter the amount of swap space: 2568k.
  223.  
  224.          Leave the last two program swap drive entries blank.
  225.  
  226. ──────────────────────────────────────────────────────────────────────────────
  227.  
  228. Step 7:  Saving the Swap Drive Setup options
  229.  
  230.          Once the swap areas are defined, press [F9]. This saves the settings
  231.          defined within this menu and runs B&F.         
  232.       
  233. ──────────────────────────────────────────────────────────────────────────────
  234.  
  235. Setting up Back & Forth
  236.  
  237. Once you have selected [F9], you are then passed into the Back & Forth main
  238. screen. The first time Back & Forth is run, no programs are defined so the 
  239. screen looks strangely empty. To remedy this situation, press [F7] to enter 
  240. the Setup menu.
  241.  
  242. When the Setup menu is displayed, a list of options are shown on the screen.
  243. The one that we are interested in at the moment is the [P] Program setup 
  244. option. Press [P] to enter the Program setup. When selected, a blank program 
  245. list window is shown on the screen. Press [F3] to Add a program entry.
  246.  
  247. You are now prompted for a lot of program information.
  248.  
  249.  
  250. The above should get you going! If you can't get the program running, please
  251. don't hestitate to call me at (512) 670-1061 for aid. Please note, if we are
  252. not available, please leave your name on the answering machine and call back 
  253. later.
  254.  
  255. ──────────────────────────────────────────────────────────────────────────────
  256.