home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / utils2 / pro130s.arj / PRO.DOC < prev    next >
Text File  |  1992-02-10  |  8KB  |  236 lines

  1. ████████████████████                                    │
  2. ████████████████████                                    │
  3. ████████████████████                                    │ (C) 1991-92 By
  4. █████          █████                                    │
  5. █████          █████                                    │ Scott W. Brown
  6. █████          █████                                    │
  7. ████████████████████ ███████████████  ███████████████   │
  8. ████████████████████ ███████████████  ███████████████   │
  9. ████████████████████ ███████████████  ███████████████   │
  10. █████                █████            █████     █████   │ SUPPORT BBS:
  11. █████                █████            █████     █████   │
  12. █████                █████            █████     █████   │ The Swing BBS
  13. █████                █████            ███████████████   │ 914-834-7830
  14. █████                █████            ███████████████   │ 300-19,200BPS
  15. █████                █████            ███████████████   │
  16.                                                         │ 24 Hours, 7 Days/Week
  17. ████████████████████                                    │
  18. ████████████████████                                    │
  19. ████████████████████                                    │
  20. █████          █████                                    │
  21. █████          █████                                    │
  22. █████          █████                                    │
  23. ████████████████████ ███████████████  ███████████████   │
  24. ████████████████████ ███████████████  ███████████████   │
  25. ████████████████████ ███████████████  ███████████████   │
  26. █████                █████            █████     █████   │
  27. █████                █████            █████     █████   │
  28. █████                █████            █████     █████   │
  29. █████                █████            ███████████████   │
  30. █████                █████            ███████████████   │
  31. █████                █████            ███████████████   │
  32.                                                         │
  33. ██████████     ██████████  ███████████████ ██████████   │
  34. ██████████     ██████████  ███████████████ ██████████   │
  35. ██████████     ██████████  ███████████████ ██████████   │
  36. █████     █████     █████  █████     █████      █████   │
  37. █████     █████     █████  █████     █████      █████   │
  38. █████     █████     █████  █████▄▄▄▄▄█████      █████   │
  39. █████               █████  █████                █████   │
  40. █████               █████  █████                █████   │
  41. █████               █████  █████                █████   │
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48. =================================================PROPROMPT VERSION 1.30 PAGE 1
  49.  
  50. Before you attempt to run the ProPrompt program, you should first be aware
  51. that this program is to be used at your own risk.  The ProPrompt program
  52. has been tested extensively on vaious configurations without any problems
  53. whatsoever, however, proper precautions should be taken.
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71. =================================================PROPROMPT VERSION 1.30 PAGE 2
  72.                           TABLE OF CONTENTS
  73.               -----------------
  74.  
  75.  
  76. DESCRIPTION                               PAGE
  77. ___________________________________________________________________________
  78.  
  79. INTRODUCTION..........................................................3
  80.  
  81. INSTALLATION..........................................................4
  82.  
  83. PROGRAM USAGE.........................................................5
  84.  
  85. COMMON PROBLEMS.......................................................6
  86.  
  87. LOADING FILES.........................................................7
  88.  
  89. WHY YOU SHOULD REGISTER...............................................8
  90.  
  91.  
  92.  
  93.  
  94. =================================================PROPROMPT VERSION 1.30 PAGE 3
  95.  
  96.                               INTRODUCTION
  97.                               ------------
  98.  
  99. The purpose of this program is to be able to use DOS's PROMPT command.
  100.  
  101. The prompt is what you see right before the cursor normally in DOS.  Your 
  102. prompt may look like one of the following now:
  103. C:>
  104. C:\>
  105.  
  106. This program will allow you to customize your prompt with colors,
  107. the current time, current date and more!  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116. =================================================PROPROMPT VERSION 1.30 PAGE 4
  117.  
  118.                               INSTALLATION
  119.                               ------------
  120.  
  121.  
  122. This program requires that ANSI.SYS be active on your computer.  This program
  123. comes with DOS.  If you already have ANSI.SYS in your CONFIG.SYS file there is
  124. no need to add it again.  To install this program, add a line to your 
  125. CONFIG.SYS file (which is usually in your root directory).  
  126. Enter the following commands:
  127. COPY CONFIG.SYS+CON
  128. DEVICE=C:\DOS\ANSI.SYS
  129. ^Z
  130. If your DOS files aren't in your C:\DOS directory, replace C:\DOS with the 
  131. directory your DOS is in.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139. =================================================PROPROMPT VERSION 1.30 PAGE 5
  140.  
  141.  
  142.                               PROGRAM USAGE
  143.                               -------------
  144.  
  145. To load the ProPrompt program, at the DOS prompt type:
  146. PRO120.EXE   <ENTER>
  147.  
  148. You will then be prompted for the next item to put in your prompt.  You have
  149. 8 options.  Selections 1-7 are special options such as current date or
  150. current DOS directory.  Selection 8 will allow you to enter text.
  151.  
  152. When you pick most items, you will be prompted for the color of the item.
  153. Enter the color you would like or hit Q to use the color used on the last
  154. item.
  155.  
  156. To exit to DOS, hit Q.  When you return to DOS, your prompt will not be 
  157. installed.  To install the prompt, type PRMPT at the DOS prompt, ex:
  158. PRMPT     <ENTER>
  159.  
  160.  
  161.  
  162. =================================================PROPROMPT VERSION 1.30 PAGE 6
  163.  
  164.                               COMMON PROBLEMS
  165.                               ---------------
  166.  
  167. Some common problems are:
  168.  
  169. I finished the prompt but now I can't get it to display
  170. Solution: You have to type PRMPT immediately after you exit ProPrompt
  171.  
  172. I get the prompt but see strange letters/characters.
  173. Solution: ANSI.SYS isn't installed. Refer to your DOS manual for installation
  174. of ANSI.SYS.
  175.  
  176. ProPrompt says "Invalid Selection" at the Build Screen.
  177. Solution: Read the menu of choices (1-8, L and Q) listed at the top of the
  178. screen and pick a listed selection.
  179.  
  180. ProPrompt sends me back to DOS in the middle of my prompt or DOS says "Out of
  181. Environment Space"
  182. Solution: Your prompt was too big. Make a smaller prompt next time or change
  183.           the ammount of environment space with the COMMAND.COM commandline.
  184.           (Refer to DOS manual for further assistance.)
  185.  
  186.  
  187. =================================================PROPROMPT VERSION 1.30 PAGE 7
  188.  
  189.  
  190.                          LOADING SAVED PROMPTS
  191.                          ---------------------
  192.  
  193. To load a saved prompt, type L at the main screen.  The filename you specify
  194. will be the name of the file to load.  This file should be a file you
  195. saved before with ProPrompt.  It can be either a regular batch file or
  196. your AUTOEXEC.BAT file.
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212. =================================================PROPROMPT VERSION 1.30 PAGE 8
  213.  
  214.  
  215.                         WHY YOU SHOULD REGISTER
  216.                         -----------------------
  217.  
  218. After using ProPrompt for 2 weeks, you are obligated to either discard it
  219. or send in your registration.  Registration provides you with:
  220.  
  221. Support for TWICE as many colors for prompt items!
  222. Option to plot to coordinant on screen
  223. Graphics option that lets you draw ling characters such as █ and │
  224. FREE Technical support via telephone
  225. FREE access to new releases at the Support BBS for 1 year
  226. Notification of upgrades by mail
  227.  
  228.  
  229. To order the registered version, please send a check for $20 plus $2 shipping
  230. and handling (NY Residents add sales tax) to:
  231.  
  232. Scott Brown
  233. P.O. Box 832
  234. Larchmont, NY 10538
  235.  
  236.