home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / email / qprn103.zip / MENU.29 < prev    next >
Text File  |  1993-08-29  |  2KB  |  33 lines

  1. 10,10,1
  2. PULLDOWN
  3. Kill Messages
  4. DOS=ND:NS:echo @CONFNUM@;F:@FROM@ >> @CONTROL6@.PRN, %From @FROM@
  5. DOS=ND:NS:echo @CONFNUM@;B:@FROM@ >> @CONTROL6@.PRN, %Both To and From @FROM@
  6. DOS=ND:NS:echo @CONFNUM@;T:@TO@ >> @CONTROL6@.PRN,   %To @TO@
  7. DOS=ND:NS:mkprn @CONTROL6@.PRN "S:@SUBJECT@" @CONFNUM@, About this %Subject
  8. DOS=ND:NS:grabnum K export.fil @CONTROL6@.prn, Current message %Number
  9. DOS=ND:NS:kmsg-d2 K %H %W\Q-WORK\MESSAGES.DAT, Current %Message
  10. DOS=ND:NS:zippyzap K %W\Q-WORK, All messages in %Zippy
  11. MENU=200, %Unkill messages
  12. END
  13.  
  14.                               ----- -----
  15. This is a sample menu for killing messages from within DeLuxe².  Any entry
  16. that contains @CONTROL6@ creates an entry in a prune file.  DeLuxe
  17. translates @CONTROL6@ into the BBSID for the board the packet came from.
  18. So if the BBSID is MYBOARD, these commands would write to a file called
  19. MYBOARD.PRN in the current directory.   The command "MENU=200" loads a file
  20. named MENU.200, which, in this case, would hold commands for "unkilling"
  21. messages.
  22.  
  23. If you don't have a MENU.29 file, copy this file to your DeLuxe²
  24. directory.   Configure one of the reader's function keys to
  25. "MENU={HELP}" (without the quotes), and save the configuration.
  26. After that, pressing that function key while reading messages will call
  27. up the menu.
  28.  
  29. The conference number won't be written out correctly from the Personal or
  30. Zippy conferences.  If you're in either conference when you add to a prune
  31. file, you'll need to shell out and enter the correct conference number
  32. manually.
  33.