home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / S / STCK10.ZIP / STACK.TXT < prev    next >
Text File  |  1995-09-07  |  5KB  |  132 lines

  1. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  2. ┌──────┐ ┌───┐ ┌─────┐
  3. │ ┌──┐ │ └┐ ┌┘ │ ┌───┘           STACK.PPE COMMAND PROMPT HISTORY
  4. │ │  │ │  │ │  │ └───┐                     VERSION 1.0
  5. │ │  │ │  │ │  └───┐ │                 (STACK.PPE & !.PPE)
  6. │ └──┘ │ ┌┘ └┐ ┌───┘ │                 Copyright (c) 1995
  7. └───┐ ┌┘ └───┘ └─────┘           Quintessential Information Systems
  8. The └─┘Quintessential BBS          by Mark Francis & Philip Qua
  9. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀    All rights reserved, except as noted below.
  10. Quintessential
  11. Information
  12. Systems (QIS)                STACK PPE. COMMAND PROMPT HISTORY V 1.0
  13. 10520 Yonge St.              Command prompt and ! command replacement
  14. Unit 35B, Ste. 310           that records users' command history,
  15. Richmond Hill, ON            allowing previous commands to be issued and
  16. L4C 3C7 ON CANADA            edited. Maintains number of command lines
  17. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀    equal to user's screen size minus 7. All
  18. BBS: (905) 889-4377          prompts can be edited and are language
  19.                              sensitive. Help included. Easy to install,
  20.                              self-maintaining. Shareware by QIS.
  21.  
  22. For non-members to logon, use the demo account QIS PPE DOWNLOAD.
  23.  
  24. ===============================================================================
  25. STACK.PPE and !.PPE Version 1.0
  26.  
  27. ======
  28. NOTICE
  29. ======
  30.  
  31. STACK.PPE, !.PPE and related files are shareware products. This means that QIS
  32. has relinguished sole distribution rights to the public. All other rights are
  33. reserved by QIS. QIS is not responsible for these products, nor is it to be
  34. held responsible for any damages that may arise from the proper or improper use
  35. of these products.
  36.  
  37. ========
  38. PURPOSE:
  39. ========
  40.  
  41. Records all users' command entries entered from PCBoard's main command
  42. prompt, and enables users to recall a list of past commnds using the !
  43. command (!.PPE). Users can also edit and delete commands in the command
  44. history list.
  45.  
  46.  
  47. =========
  48. FEATURES:
  49. =========
  50.  
  51. * Easy to install
  52.  
  53. * Lightbar menu system
  54.  
  55. * Records number of command line entered equal to user's pagelength-7
  56.  
  57. * Command history can be edited
  58.  
  59. * Language sensitive
  60.  
  61. * All prompts can be edited
  62.  
  63. * Self-maintaining
  64.  
  65. * Does not interfere with regular operation of PCBoard
  66.  
  67. =============
  68. INSTALLATION:
  69. =============
  70.  
  71. Simply place the following files into any directory:
  72.  
  73. !.PPE
  74. STACK.PPE
  75. STCKTEXT
  76.  
  77. Locate your PCBoard's HLP! file and rename it to HLP!.OLD, then copy the HLP!
  78. file that comes in the archive to PCBoard's HELP subdirectory.
  79.  
  80. Run MKPCBTXT and replace entry 396 with the drive and path to STACK.PPE:
  81.  
  82. !%PCBDRIVE%\PCB\PPE\STACK.PPE   (or whatever your path is)
  83.  
  84.  
  85. There! You're done. You may next wish to edit the prompt file to match your
  86. BBS's style.
  87.  
  88.  
  89. NOTE: If you logon a lot locally on the same node, and that node isn't often
  90.       used by other people, you may wish to add the following line to your
  91.       $$LOGOFF.BAT
  92.  
  93. DEL [drive]:[path] KEY###.DBF
  94.  
  95.                       ^
  96.                       |
  97.                       \-- where ### equals the node number
  98.  
  99. The KEY###.DBF files contain records of the keystrokes from the online session.
  100. Although STACK.PPE cleans up after itself when online users logoff, it will not
  101. do so locally if the same user keeps using the same node locally.
  102.  
  103.  
  104. =========================
  105. THE STCKTEXT PROMPT FILE:
  106. =========================
  107.  
  108. This is provided in case you wish to create your own PROMPT file, or translate
  109. one into a different language. Do not add or subtract lines. STACK and ! expect
  110. ATX coding in this file, but can cope with (at least in theory) anything as
  111. long as it doesn't exceed 255 characters per line, with no null characters.
  112.  
  113. LINE 1: PCBoard command line prompt
  114. LINE 2: Top of command history menu line
  115. LINE 3: Line used for command history list
  116. LINE 4: Bottom of command history menu line
  117. LINE 5: Color of lightbar
  118. LINE 6: Color without lightbar (should be same as colors in line 3)
  119. LINE 7: First line of !.PPE editor instructions
  120. LINE 8: Second line of !.PPE editor instructions
  121. LINE 9: Third line of !.PPE editor instructions
  122.  
  123.  
  124. Note 1: Line 1 is used exclusively in STACK.PPE. Lines 2-9 are used in !.PPE.
  125.  
  126. Note 2: The OPTEXT variable in line 3 must always remain where it is (third
  127.         character) in order for !.PPE to work properly.
  128.  
  129. Note 3: No attempt has been made to integrate RIP 1.54 or 2.0 into these PPEs
  130. due to fluctuations in the RIP `standard'. Also, the principle behind STACK.PPE
  131. and !.PPE are not consistant with a RIP interface.
  132.