home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / MSG_OS2.ZIP / MSGS.BAT < prev   
DOS Batch File  |  1989-10-16  |  532b  |  26 lines

  1. Echo Off
  2. Rem Rename this file to "MSGS.BAT"
  3. Rem In your BINKLEY.CFG setup, use the line:
  4. Rem    READER MSGS
  5. Rem For interactive use, use MSGS rather than MSG
  6. Rem Change what you need...
  7.  
  8. Msg Xchange More Clear Hotkeys ^ %1 %2 %3 %4 %5 %6 %7 %8 %9
  9.     If ErrorLevel 3 Goto Error
  10.     If ErrorLevel 2 Goto EchoMail
  11.     If ErrorLevel 1 Goto NetMail
  12.     Goto Exit
  13.  
  14. :Error
  15.     Echo Fatal Error!  MSG did not execute properly!
  16.     Pause
  17.     Goto Exit
  18.  
  19. :EchoMail
  20.     QM Scan -fMsgToss.Log
  21.  
  22. :NetMail
  23.     QM Pack
  24.  
  25. :Exit
  26.