home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / F / FLAG_PPE.ZIP / FLAG.DOC < prev    next >
Text File  |  1993-09-09  |  2KB  |  50 lines

  1. FLAG.PPE, written by David W. Terry, Copyright (C) 1993 Clark Development Co.
  2. -----------------------------------------------------------------------------
  3.  
  4. FLAG.PPE is a replacement for PCBoard's "more?" prompt which is used when
  5. PCBoard is displaying a list of files for download.  It enhances the caller's
  6. ability to flag or view files by allowing the caller to point and shoot at the
  7. files instead of having to type in the commands and filenames.
  8.  
  9. This PPE was written out of a challenge that arose at ONE BBSCON.  A PCBoard
  10. user has commented that TBBS had the ability to flag files using the space
  11. bar and I had commented that I could write a PPL to do that.  Here it is.
  12.  
  13. Also, on another note, people have commented on Wildcat's usage of numbers down
  14. the left side of the screen which made it easy to flag files.  I have, in the
  15. past, said that this was not doable in a PCBoard environment because the file
  16. descriptions are 79 columns wide, leaving no room for the numbers without
  17. making sysops reformat their file descriptions (what a pain that would be).
  18. So now, with this simple "more?" prompt replacement, you can have a BETTER
  19. flagging system than wildcat has.  <smile>
  20.  
  21. Installation is simple:
  22.  
  23.     1) Copy the FLAG.PPE file to your C:\PCB\PPL directory (or any other
  24.        location of your choosing)
  25.     2) Run MKPCBTXT to edit your PCBTEXT file
  26.     3) Press the F3 function key and select record #549.
  27.     4) You'll see a line that says:
  28.          (@TIMELEFT@ min left), (H)elp, (V)iew, (F)lag, More
  29.  
  30.        Replace it with a line such as this:
  31.          !C:\PCB\PPL\FLAG.PPE
  32.  
  33.     5) You're done!
  34.  
  35. Source code is included in case you want to modify it or even learn from it.
  36. This was actually my *first* full-fledged PPE, so I hope you won't be too
  37. critical of the source code.
  38.  
  39. Enjoy!
  40.  
  41. -----------------------------------------------------------------------------
  42.  
  43. Caveat:  This method of flagging files only works so long as the filename to
  44. be marked is still on the SYSOP's screen (the PCBoard side).  Callers who are
  45. in 50-line mode will only be able to mark the files on the bottom 23 lines of
  46. the screen.  Of course, the (F)lag command is still functional, or the caller
  47. could reduce his page length using the (P)age Length command in PCBoard so
  48. that it does not display more than the bottom 23 lines before a more? prompt
  49. appears.
  50.