home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / MEMORIA / PKII_127.ZIP / README.1ST < prev    next >
Encoding:
Text File  |  1989-06-14  |  7.5 KB  |  173 lines

  1. POWERKIT II INSTALLATION (preceded by a short commercial break)
  2.  
  3. Welcome to the "modular" world of POWERKIT II, where you never again need have 
  4. more stuff taking up valuable space in your machine than what you are actually 
  5. using.  Nor, must you purchase more than you require, just to have the one or 
  6. two special items that interest you.  Modules do even more than that for you.  
  7. They are much smaller than their "TSR" and "device driver" cousins (they can be 
  8. half the size, but perform the same task -- BETTER), and because they are all 
  9. controlled from a central "switchboard", they don't get in each other's way. 
  10.  
  11. Modules are a new form of memory-resident program.  They achieve their parsi-
  12. monious use of memory by; attaching themselves to COMMAND.COM, thus doing away 
  13. with the extras MS-DOS insists upon affixing to programs under its direct con-
  14. trol (like a PSP and an Environment); modules have direct access to dozens of 
  15. useful routines in ANSI.MOD (why must EVERY program reinvent the wheel?); mod-
  16. ules don't need any code to determine whether they should pop up or not, they 
  17. simply tell ANSI.MOD (itself a module, of course) what their "hot" key is, and 
  18. ANSI.MOD "wakes" them when it's time (this also helps to keep modules from 
  19. stepping on each other's toes). 
  20.  
  21. There are so many things POWERKIT II can do for you, that at first, you'll need 
  22. all the help you can get.  Later, after you have learned the commands, you can 
  23. do away with MANY thousand bytes of what the, about to be described, INSTALL 
  24. procedure loads. 
  25.  
  26. TO INSTALL POWERKIT II:
  27.  
  28. For a system WITHOUT a hard disk, type:
  29.    INSTALL A:         <-- be sure to type that colon
  30.  
  31. For a system WITH a hard disk, type:
  32.    INSTALL C:         <-- be sure to type that colon
  33.  
  34. In rare instances, hard disk systems don't boot from drive C:, so type:
  35.    INSTALL X:
  36. Replace that "X" with the drive from which your system boots
  37.  
  38. ALSO, make sure you are in the directory into which you extraced the POWERKIT 
  39. II package, when you type "INSTALL ... ".                                     
  40.  
  41. YES, that's all there is to it!
  42.  
  43. Well, not quite.  If you have a "floppy only" system, place the POWERKIT II 
  44. disk on drive "B", and your "bootup" disk on drive "A".  Your bootup disk is 
  45. the one with DOS, and all the system files on it; the one you shove into drive 
  46. "A" when you turn the machine on.  With a single floppy system, this will en-
  47. tail some disk swapping.  Also, you may have to delete some of the boot disk's 
  48. files, because the INSTALL program writes some POWERKIT II files to it.  You 
  49. may decide to create a brand new "boot" disk (just put a blank diskette into 
  50. drive B, your old boot disk in drive A, then type "FORMAT /S"). 
  51.  
  52. KYBD.BUF IS OPTIONAL:
  53.  
  54. INSTALL inserts a the line:
  55.  
  56. DEVICE=KYBD.BUF
  57.  
  58. Page 2 
  59.  
  60. at the top of your CONFIG.SYS file.  KYBD.BUF is an extended keystroke buffer 
  61. (to let you type up to 255 keystrokes into the buffer, before they are taken
  62. out, and used).  Because of this buffer, KYBD.BUF MUST reside within the first 
  63. 65k bytes of memory.  KYBD.BUF also opens a "view-port" into that buffer, to 
  64. let you see what you are typing.  Also (as an option for Tandy 1000 users) 
  65. KYBD.BUF can save several interrupt vectors, and contains code to perform a 
  66. fast warm boot.  For the warm boot to perform properly, The DEVICE=KYBD.BUF 
  67. line should be placed ahead of anything in CONFIG.SYS that taps into 
  68. "important" interrupts (except KEYB??.SYS, see below). 
  69.  
  70. If you don't want these features, you can remove that line from CONFIG.SYS, 
  71. without affecting the rest of the POWERKIT II system. 
  72.  
  73. ENVIRONMENTAL WOES:
  74.  
  75. You may be unlucky enough to have a full "environment".  The POWERKIT II 
  76. system requires 14 bytes of that "environment", so if you see an "Out of 
  77. environment space" message whiz by when AUTOEXEC.BAT is trying to load 
  78. POWERKIT II modules, you have some HARD work to do.  If your DOS version is 
  79. 3.0, or above, you must include the following line in your CONFIG.SYS file:
  80.  
  81. SHELL=X:\COMMAND.COM /P/E:xxx
  82.  
  83. In DOS 3.0 or 3.1, those "little x's" are the number of bytes you want your 
  84. "environment"'s size to be, DIVIDED BY 16 (yes, I know that doesn't make any 
  85. sense, but "that's the way it is").  In DOS 3.2, or above, they represent the 
  86. actual number of bytes to reserve for the "environment".  512 bytes is usually 
  87. enough. 
  88.  
  89. If you are still using a DOS in the 2's, you will need to call the POWERKIT II 
  90. support BBS, and download a program that patches your COMMAND.COM, to increase 
  91. the "environment".
  92.  
  93. The "environment" is just an area of memory where "strings", like "COMSPEC=", 
  94. or "PKD=C", are kept. 
  95.  
  96. MANUAL INSTALLATION:
  97.  
  98. If you're like me, and don't cotton to some program messing around with your 
  99. CONFIG.SYS and AUTOEXEC.BAT files on your hard disk, you can hand-load the 
  100. POWERKIT II package thusly: 
  101.  
  102. Create a directory "\PKII" right off the root directory on your bootup disk (or 
  103. diskette).  Move the files ending in *.MOD, *.MNU, as well as KYBD.BUF, 
  104. LOAD.COM, and UNLOAD.COM, into this directory. 
  105.  
  106. Add the line:
  107.  
  108. DEVICE=X:\PKII\KYBD.BUF    ("X" is your boot drive)
  109.  
  110. somewhere near the TOP of your CONFIG.SYS file.
  111.  
  112. In your AUTOEXEC.BAT file:
  113.  
  114. Add "X:\PKII;" to your "PATH=" statement (replace the "X" with your boot drive)
  115.  
  116. Below the "PATH=" statement, add these lines to AUTOEXEC.BAT (and replace "X" 
  117. with your boot drive letter): 
  118.  
  119. Page 3
  120.  
  121. SET PKD=X
  122. LOAD X;\PKII\ANSI.MOD       <-- (ANSI.MOD MUST BE MENTIONED FIRST)
  123. LOAD X:\PKII\PKII.MOD
  124. LOAD X:\PKII\MENU.MOD POWERKIT.MNU
  125.  
  126. If you have questions, contact me on the POWERKIT II support BBS:
  127.  
  128. (901) 753-0213, or call me at (303) 595-4218
  129.  
  130. If you're leery of "INSTALL"ing POWERKIT II on your hard disk before testing 
  131. the package, create a floppy "boot" disk, and "INSTALL" POWERKIT II on the 
  132. floppy disk FIRST.  If everything goes well, then INSTALL it on your hard disk. 
  133.  
  134. Thanks for your patient attention.  The price for this POWERKIT II starter 
  135. kit is $19.95 (a $5 upgrade fee for POWERKIT owners registered before December 
  136. 22, 1988).  Test it thoroughly, but please don't linger too long before send-
  137. ing your check (U.S. funds only, please). 
  138.  
  139. John H. Brooks
  140.  
  141. DO YOU DREAM OF A WHITE CHRISTMAS WHEN ANSI.MOD UPDATES YOUR SCREEN?
  142.  
  143. If you have a SNOW producing CGA (a Color Graphics Adaptor that comes with some 
  144. IBM machines, and a few clones), call me or the POWERKIT II support BBS to 
  145. obtain "no-snow" versions of ANSI.MOD and KYBD.BUF. 
  146.  
  147. USERS OF 101/102 KEY "ENHANCED" KEYBOARDS NOT SUPPORTED BY YOUR BIOS:
  148.  
  149. European (and American) users of "enhanced" keyboards who must load KEYB.COM 
  150. (DOS 3.3), or KEYB??.COM (DOS 3.2 and below), in order for your keyboards to 
  151. work properly -- you must run FIXKEYB.COM.  FIXKEYB.COM converts the above 
  152. mentioned "COM" files into "SYS" files, which can be loaded by CONFIG.SYS 
  153. (where they BELONGED in the first place).  To use FIXKEYB.COM, type: 
  154.  
  155. fixkeyb [path] KEYB??.COM or KEYB.COM                                           
  156.  
  157. FIXKEYB.COM will create a file KEYB??.SYS or KEYB.SYS.  The "??" stands for the 
  158. keyboard driver that is specific to your type of "enhanced" keyboard, and can 
  159. be FR, GR, IT, SP, UK, and US (among several others).
  160.  
  161. After the "SYS" file has been created, put the following line in CONFIG.SYS:    
  162.  
  163. DEVICE= [path] KEYB??.SYS or
  164. DEVICE= [path] KEYB.SYS ??
  165.  
  166. The above line must appear BEFORE the line:
  167.  
  168. DEVICE=C:\PKII\KYBD.BUF ...
  169.  
  170. The "??" stands for the same thing it did earlier.  In the second version, the  
  171. space between "SYS" and the "??" is REQUIRED. 
  172.  
  173.