home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / bbs / alert21.zip / ALERT.DOC next >
Text File  |  1994-01-30  |  1KB  |  43 lines

  1. ALERT - Creates an alert MSG to the FrontDoor Sysop.
  2. ----------------------------------------------------
  3.  
  4.     Alert writes a Netmail to the sysop of a Frontdoor System. The Text of 
  5. the Mail is defined on the command line. Alternatively, the text can come
  6. from a file.
  7.  
  8.     The enviroment variable FD must be set.
  9.  
  10.  
  11.   Usage: 
  12.                   ALERT <Text> [<Subject>]
  13.                or
  14.                   ALERT @filename.ext [<Subject>]
  15.  
  16.   Example:
  17.  
  18.                Creating simple messages:
  19.                   alert "This is a test for ALERT 1.14" "Testsubject"
  20.                   alert "Test with default subject"
  21.                   alert "Test with rescan" >\fd\fdrescan.now
  22.  
  23.                Creating a message from a File:
  24.                   alert @alert.doc "Documentation from Alert"
  25.  
  26.                Hardcore:
  27.                   alert @con "Typing Test" 
  28.                      Type now some keys, then press Ctrl-Z
  29.                
  30.                Creating a Message without a Message Text:
  31.                   alert @nul "Look at the Logfile"
  32.  
  33.   Legal stuff: 
  34.            
  35.     You can distribute alert free. It's Copyright (C) 1994 by Richard Kail.
  36. It's forbidden to sell it or make money with it. I only guarantees that it 
  37. occupy disk space. Nothing more. Any questions ?
  38.  
  39.   Happy alerting... ;-)
  40.   Richard Kail (2:310/25.2)
  41.  
  42.  
  43.