home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / basic / tsrbas20.zip / README.DOC < prev    next >
Text File  |  1991-04-03  |  3KB  |  108 lines

  1.  
  2.  
  3. TsrBasic, a Terminate and Stay Resident BASIC Interpreter
  4. Version 2.0, Copyright 1990-1991 Anthony F. Stuart
  5.  
  6.  
  7. 1.0   Files
  8.  
  9. The TsrBasic package consists of the following files:
  10.  
  11.   CALC.BAS     - a popup demo program
  12.   CHANGES.DOC  - new features for version 2
  13.   CLOCK.BAS    - an interval timer demo program
  14.   GRAPH.DLL    - graphics dynamic link library
  15.   MSHERC.COM   - hercules graphics support
  16.   NOTEPAD.BAS  - another popup demo program        
  17.   README.DOC   - this file
  18.   SAVER.BAS    - a keyboard inactivity demo program
  19.   TSRBASIC.DOC - the documentation
  20.   TSRBASIC.EXE - the interpreter
  21.   WEBB.BAS     - a graphics demo program
  22.  
  23.  
  24. 2.0   Running TsrBasic
  25.  
  26. Make sure TSRBASIC.EXE and GRAPH.DLL are in your current
  27. directory or in a directory included in your DOS PATH.
  28.  
  29. If you have a Hercules compatible graphics adapter and 
  30. would like to use TsrBasic graphics then run MSHERC.COM
  31. before you start TsrBasic.
  32.  
  33. To start TsrBasic, just type TSRBASIC at the DOS prompt.
  34. See the documentation for more information on command line
  35. options.
  36.  
  37. To suspend from TsrBasic back to DOS, enter the SUSPEND
  38. statement at the TsrBasic prompt. This makes TsrBasic
  39. terminate and stay resident. To return to TsrBasic from
  40. DOS or any other application, type control-shift-b.
  41.  
  42. To unload TsrBasic from memory, enter the QUIT command.
  43.  
  44.  
  45. 3.0   Demo Programs
  46.  
  47. To run a demo program, type the following, starting at
  48. the DOS prompt:
  49.  
  50.   tsrbasic
  51.   load notepad
  52.   run
  53.  
  54. or
  55.  
  56.   tsrbasic
  57.   load clock
  58.   run
  59.  
  60. Look at the source to the demo programs for more information
  61. on how they operate and the commands they can accept. Note that 
  62. both CALC.BAS and NOTEPAD.BAS are popup programs that can be put
  63. into the background by pressing the ESCAPE key and recalled
  64. by pressing control-shift-b.
  65.  
  66. To terminate a TsrBasic program type control-c. To terminate
  67. the interpreter, type QUIT.
  68.  
  69.  
  70. 4.0  Registration
  71.  
  72. TsrBasic is a shareware product. Registration costs $20.00. In
  73. addition to supporting the development of TsrBasic and other quality
  74. programs, this fee entitles you to a copy of the source to TsrBasic.
  75. The source consists of about 10,000 lines of Microsoft C 5.1 and about
  76. 160 lines of Microsoft Assembler 5.1. It is available on 360 kb diskette.
  77.  
  78. Registration is easy. Just send a note saying that you wish to
  79. register TsrBasic, Version 2.0, along with a check or money order
  80. for $20.00 to:
  81.      
  82.   Anthony F. Stuart
  83.   21042 Thoreau Court
  84.   Sterling, VA 22170
  85.  
  86. The TsrBasic package, consisting of executable programs, demo
  87. programs, and documentation may be copied and distributed, either
  88. without charge or for a nominal fee, provided it is distributed
  89. intact and without modification.
  90.  
  91. The source to TsrBasic may not be distributed in any form without
  92. written permission from the author. 
  93.  
  94.  
  95. 5.0   Disclaimer
  96.  
  97. TsrBasic is distributed as-is with no warranties, for use at
  98. your own risk. Every effort has been made to produce a robust
  99. and reliable program, but there are undoubtedly some bugs left in
  100. it. If you find a bug, try to reduce it to its simplest case and
  101. send me a description. I would also like to hear general comments
  102. or suggestions for new features.
  103.  
  104.  
  105.  
  106.  
  107.  
  108.