home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PCBOARD / DOME_PMT.ZIP / PROMPTS.DOX < prev    next >
Text File  |  1994-03-06  |  6KB  |  160 lines

  1.                      Improved: Selectable and CONFiGURABLE                               
  2.                   _____                  _   _       _________  
  3.             :::::/ __  |__:::::::_____  / \_/ \::___/___  ___/__::
  4.             ::::/ /_/ // /_/\:::/ __  |/      |:/ __  |/ //   __|:
  5.             :::/ ____// ___  \:/ / / // /\_/\ |/ / / // /|__  \:::
  6.             ::/ /::::/ /:::\_// /_/ // /:::/ // /_/ // /___/  |:::
  7.             :/_|::::/_|::::::/_____//_|:::/_|/ ____//_/|_____/::::
  8.                P       R        o       M   / /  p     T     S
  9.                                            /_|
  10.                                      
  11.                       Brought to you by CorruptioN [DoME]
  12.  
  13.  
  14. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  15.  I n t r o d u c t i o n
  16. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  17.  
  18.     First, I'd like to thank you for taking the 6 seconds to d/l this file.
  19. I believe that this is, by far, the BEST "Selectable/Configurable Prompts"
  20. PPE available; not as if there are many out there anyway. :)  Features
  21. include the following:
  22.  
  23.         - Up to 20 different prompts allowed with 1, 2, or 3 lines
  24.         - A user definable prompt editor
  25.         - Litebar selection screen with prompt display
  26.         - Completely configurable by the sysop, including all ANSi screens.
  27.         - Also includes 2 other utils:
  28.                 1) GETPMT.PPE   - Used to retrieve the current user's prompt.
  29.                 2) DISP-PMT.PPE - For multinode systems, allowing users on
  30.                                   different nodes to have their own prompt.
  31.  
  32.     If you're thinking that getting this set up is easy, it is.  Well, kinda.
  33.  
  34.  
  35. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀       
  36.  I n s t a l l a t i o n
  37. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄   
  38.  
  39.     First, make sure that all the files that were distributed in the archive
  40. are all together in a directory.  Even put in those stupid BBS ads.
  41.  
  42.         * Ex. C:\PCB\PPE\PROMPTS
  43.  
  44.     Next, add the following line to your logon script, replacing (ppepath)
  45. with the path to the PPE:
  46.  
  47.         !(ppepath)\GETPMT.PPE
  48.  
  49.     If you don't use a logon script, then replace the line "Scanning for new
  50. bulletins ..." in PCBTEXT with the above line.
  51.  
  52.     Then, edit "PROMPTS.CNF" by changing the first line to the pathname
  53. of your main command prompt (#396).  
  54.  
  55.     Finally, add this to a command in CMD.LST.  If you don't know how to do
  56. that then you are utterly hopeless.
  57.  
  58.     You're now ready to go with the default settings.  Instructions on how to
  59. configure the cosmetic aspects of the PPE are explained in the next section.
  60.  
  61.  
  62. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀    
  63.  C o n f i g u r a t i o n 
  64. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  65.  
  66.     
  67.     Just about EVERYTHING is configurable, either through the PROMPTS.CNF,
  68. or somewhere else ...
  69.  
  70. [-|-] EDITING "PROMPTS.CNF" [-|-]
  71.  
  72.    The following explains what each line in PROMPTS.CNF is for, and how to
  73. edit them.
  74.  
  75.         Line 1: Path and filename of external prompt file
  76.                 -/- Ex. C:\PCB\VIO\COMMAND.396
  77.         
  78.         Line 2: Starting X position for the "Prompt #" list
  79.                 When the "Prompt #"'s are displayed, they will be listed
  80.                 one below the other, starting with 1 then increasing.  This
  81.                 is the X coordinate of where you first want the "Prompt #"'s
  82.                 to be displayed.
  83.                 -/- Ex. 6
  84.         
  85.         Line 3: Starting Y position for the "Prompt #" list
  86.                 Same as line 2, except it's the Y coordinate!
  87.                 -/- Ex. 4
  88.                 
  89.         Line 4: Starting X position for the display of the actual prompts
  90.                 -/- Ex. 40
  91.                 
  92.         Line 5: Starting Y position for the display of the actual prompts
  93.                 -/- Ex. 6
  94.  
  95.         Line 6: The maximum length in characters of your prompts.
  96.                 Just put down the number of characters in the longest prompt 
  97.                 in your PROMPTS.DAT.
  98.                 Ex. 35
  99.  
  100. [-|-] EDITING PROMPTS.DAT [-|-]
  101.  
  102.     The format for the file is:
  103.  
  104.         (NUMBER OF LINES IN PROMPT)
  105.         (Prompt Line)
  106.         .
  107.         .
  108.         (NUMBER OF LINES IN PROMPT)
  109.         .
  110.         .
  111.  
  112.     That, hopefully, explains it all.  Just look at the file and it should
  113. be no problem.  (ha ha ha ha ...)
  114.  
  115. [-|-] FILES INCLUDED WITH ARCHIVE [-|-]
  116.  
  117.         PROMPTS.PPE  - The main PPE
  118.         GETPMT.PPE   - Used to retrieve the current user's prompt
  119.         DISP-PMT.PPE - For multinode use only (explained below)
  120.         MAIN.PCB     - Main selection menu screen
  121.         HELP1.PCB    - Header for Prompt Editor
  122.         HELP2.PCB    - Displayed when a user types "/help" at the Prompt
  123.                        Editor
  124.         PROMPTS.CNF  - Configuration file for PROMPTS.PPE
  125.         PROMPTS.DAT  - Contains all the prompts for selection. 
  126.                     
  127.  
  128. [-|-] MULTINODE OPERATION [-|-]
  129.  
  130.    To set PROMPTS.PPE up for multinode operation, replace PCBTEXT #396 with 
  131. "!(ppepath)\DISP-PMT.PPE".  Remember to replace "(ppepath)" with the path to
  132. your PPE.  Doing this will cause DISP-PMT.PPE to display the user's prompt
  133. instead.  So far this is the only solution I have found for setting it up for
  134. multinode, other than having a node specific PCBTEXT file.  In future
  135. versions I might just ask the sysop to set up a node specific PCBTEXT instead
  136. of running the PPE, since the PPE does slow down the prompt's display
  137. considerably.
  138.  
  139. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  
  140.     C o n c l u s i o n
  141. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄  
  142.  
  143. Please send any suggestions, complaints, etc. to me.
  144.  
  145.         NETS: PhaseNet (send here if possible)
  146.               HyperNet
  147.         
  148.         BBSs: Permanent Illusion [908]
  149.               Vortex [908]
  150.               Dazed and Confused [908]
  151.               Someone in Control [908]
  152.  
  153.     I'm not going to post the numbers since I'm not sure if the sysops want
  154. them spread around.  You should find 'em somewhere.  My board will be up soon
  155. and then I will be able to be reached a lot faster.  :)
  156.  
  157.    Lateron all.  
  158.              
  159.                                            · CorruptioN [DoME] ·
  160.