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 / README.B&F < prev    next >
Text File  |  1990-06-05  |  8KB  |  194 lines

  1.                                Back & Forth
  2.  
  3.                           *  *  *  *  *  *  *  *
  4.  
  5. This file documents the changes made to Back & Forth since the manual has
  6. been written.  This also lists some hints that may help you use this program.
  7.  
  8. A separate file called INSTALL.B&F details the steps to be taken to install 
  9. Back & Forth on your system, including an example showing how to use the 
  10. B&F Installation procedure to set your swap areas. Read this file! 
  11.  
  12. ──────────────────────────────────────────────────────────────────────────────
  13. ENVIRONMENT VARIABLE SETUP:
  14.  
  15. After you have extracted the files from the compressed file, please print the
  16. manual and read it!
  17.  
  18. SET B&F       You must set the B&F environment variable before running Back &
  19.               Forth or the program will not run. The B&F environment variable 
  20.               informs Back & Forth where to find its overlays and create/save 
  21.               its data files. If not set before B&F is run, an error message 
  22.               stating "B&F environment variable is not set" will be shown on 
  23.               the screen and the program will not be loaded.
  24.  
  25.               To set the B&F environment variable, you may either type the 
  26.               SET command at the DOS prompt each time B&F is run or you may 
  27.               add the SET command to your AUTOEXEC.BAT. It should appear as 
  28.               follows:
  29.  
  30.               SET B&F=drive:\path
  31.  
  32.               where drive:\path is the drive & directory where Back & Forth
  33.               is stored (e.g., SET B&F=C:\B&F)
  34.  
  35. B&F Directory:You must be located within the B&F directory before running 
  36.               the program. By requiring this, 1.5 k of memory is saved for 
  37.               your use. Most of our users have told us "The more memory 
  38.               available, the better". So, we figured that you probably had 
  39.               better things to do with the memory than to provide a change 
  40.               directory command for initially running B&F. Once the program
  41.               is in memory, the directory can be changed.
  42.  
  43. Both of these are taken care of when you use our HD-SETUP program provided 
  44. with Back & Forth. This creates either one or two batch files that 
  45. automatically set up this information. Once these files are created, copy 
  46. them to a point along your path and use them to execute Back & Forth.
  47.  
  48. FILES         You may need to set your FILES value to a higher value. The 
  49.               minimum value of the FILES statement should be set to 40, 
  50.               plan on 8 files per task run within Back & Forth.
  51.  
  52. Swapping to extended memory:
  53.  
  54. Back & Forth may be configured to swap to extended memory if the HIMEM.SYS
  55. device driver is loaded.
  56.  
  57. HIMEM.SYS is an installable device driver which conforms to the XMS (eXtended
  58. Memory Specification) Version 2.0. It allows MS-DOS programs on 80286 and 80386
  59. systems with extended memory to access the extended memory using a standard,
  60. machine independent manner.
  61.  
  62. If other extended memory programs are also being loaded which do not use the
  63. XMS interface to manage the extended memory, they should be configured to leave
  64. at least 64KB of extended memory free. To use HIMEM.SYS, with your computer,
  65. you need the following:
  66.  
  67. - An IBM PC/AT or PS/2 or compatible computer.
  68. - An extended memory board.
  69.  
  70. To install HIMEM.SYS, include a command line of the following form in your
  71. CONFIG.SYS file:
  72.  
  73. DEVICE=[d:][path]HIMEM.SYS
  74.  
  75. During installation, a message similar to the following will be displayed:
  76.  
  77. HIMEM: DOS XMS Driver, Version 2.02 - 7/19/88 Copyright 1988, Microsoft Corp.
  78.  
  79. HIMEM.SYS must be installed before any other device drivers that make calls to
  80. it. Thus, any device driver which uses XMS calls should be loaded after
  81. HIMEM.SYS.
  82.  
  83.                           *  *  *  *  *  *  *  *
  84.  
  85. The above should get you going! If you can't get the program running, please
  86. don't hestitate to call me at (512) 670-1061 for aid. Please note, if we are
  87. not available, please leave your name on the answering machine and call back 
  88. later.
  89. ──────────────────────────────────────────────────────────────────────────────
  90. Shareware LIMITATIONS:
  91.  
  92. There are no limitations inherent in the unregistered version of Back & Forth;
  93. but there are a few inconvenient reminders of the necessity of registration if 
  94. you use it often. 
  95.  
  96. -Back & Forth displays a screen initially reminding the user of his obligation 
  97.  to register the software  if  he/she  uses it. We do not view this as a major 
  98.  annoyance as most users will load B&F only once each day and then use it  for 
  99.  an extended period of time.
  100.  
  101. -Back & Forth then forces a task switch after every 60 minutes of unregistered
  102.  use to the Back & Forth  menu and then reminds the user of his/her obligation 
  103.  to register the software  if  he/she uses it. Thus you should NOT download or
  104.  upload files or run any programs within  a  B&F  partition  which  cannot  be
  105.  interrupted!
  106.  
  107. We do not want to cripple our software by leaving out major features, as other 
  108. shareware authors have chosen to do. We do hope that you will register your 
  109. copy if you find our software useful.
  110.  
  111. ──────────────────────────────────────────────────────────────────────────────
  112. Benefits of Registration:
  113.  
  114. -Key file to remove shareware annoyances placed in Back & Forth. This key file
  115.  will be good for all future versions of B&F (updating can be as easy as down-
  116.  loading the latest version from our BBS)!
  117.  
  118. -Phone support from the programmers themselves!
  119.  
  120. -Printed manual.
  121.  
  122. ──────────────────────────────────────────────────────────────────────────────
  123. Helpful hints:
  124.  
  125. * Loading HIGH:
  126.  
  127.   If you experience problems with loading BNFHIGH, please read the trouble
  128.   shooting section in the manual. If you are still unable to resolve problem,
  129.   please contact us voice or on CIS and let us help you. We have been able
  130.   to resolve most people's problems within 5 minutes (but we cannot help you
  131.   if you don't let us know)!
  132.  
  133. * To all users using SUPERPCK.COM (Super PC-KWIK)
  134.  
  135.   If you experience exception 13 problems when loading B&FHIGH, make sure
  136.   to turn off advanced disk writing (/H-). You may/may not have to do this,
  137.   but it has resolved some users exception 13 problems.
  138.  
  139. *  You should have FILES in your config.sys file set to at least 50 or 60.
  140.  
  141. * If you are running 4DOS, DO NOT LOAD FILES HIGH! This problem is with 4dos
  142.   and not with B&F! Also if you have EMS memory and wish to have 4DOS use it,
  143.   use the 4DOS environment variable to use EMS memory rather than XMS: 
  144.     
  145.   SET 4dshell=/S:E
  146.  
  147.   If you don't, B&F cannot cleanup 4DOS' use of EMS memory.
  148.     
  149.   Do not use the /u option. B&F will not be able to release high memory
  150.   if 4DOS allocates it from the XMS memory pool.
  151.  
  152. * Video problems....
  153.  
  154.   1) B&F currently does not support Hercules graphics. All hercules cards
  155.      are treated like monochrome cards. This also includes graphic screens
  156.      on the Compaq portable III/386 when in 640x400.
  157.  
  158.   2) Since not all EGA/VGA cards are alike, if you have problems restoring
  159.      text base screens, we highly recommend you purchase UltraVision from
  160.      Personics, Inc. UV enhances B&F's compatibility with the zillions of 
  161.      EGA/VGA cards. 
  162.  
  163.   3) B&F currently doesn't support graphics resolutions higher than 
  164.      800x600x256.
  165.  
  166.   An upcoming release will take care of problems 1 & 3.
  167.  
  168. ──────────────────────────────────────────────────────────────────────────────
  169. Support/bug reports/helpful suggestions:
  170.  
  171. A convenient way for you to communicate your ideas and inform us of possible
  172. problems is by leaving us a message on our RBBS at (512) 670-0954.
  173.  
  174. Or, call us/FAX us at (512) 670-1061 with your problems.
  175.  
  176. If you want to make suggestions about bettering the program, please either
  177. leave a message on our RBBS or write us a letter. It's not that we don't like
  178. talking to you about your good ideas. It's just a lot easier for us to keep a
  179. folder of ideas and planned program additions with the names of the people
  180. who have suggested them (especially if you knew the way Shane keeps his
  181. telephone notes and the rest of his desk organized).
  182.  
  183. Thanks,
  184.  
  185.  
  186. Sandi & Shane Stump
  187. Progressive Solutions, Inc.
  188. Box 276125
  189. San Antonio, Texas 78227
  190.  
  191.    support: (512) 670-1061
  192.        fax: (512) 670-1061 (have your fax dial the number)
  193.        BBS: (512) 670-0954
  194. sales only: (800) 833-4400