home *** CD-ROM | disk | FTP | other *** search
- @Echo Off
- Rem MSGS.CMD from Nibbles & Bytes - Node 1:124/1113
- Rem In your BINKLEY.CFG setup, use the line:
- Rem READER MSGS
- Rem For interactive use, use MSGS rather than MSG
- Rem Change what you need...
-
- Msg Xchange More Clear Hotkeys ^^ %1 %2 %3 %4 %5 %6 %7 %8 %9
- If ErrorLevel 3 Goto Error
- If ErrorLevel 2 Goto EchoMail
- If ErrorLevel 1 Goto NetMail
- Goto Exit
-
- :Error
- Echo Fatal Error! MSG did not execute properly!
- Pause
- Goto Exit
-
- :EchoMail
- Call Scan Areas.BBS -F MsgToss.Log
- Call Mash
- ScanBld %MAX%\User.BBS %MAX%\Area.Dat Local Matrix @MsgToss.Log /ND
- Goto Exit
-
- :NetMail
- Call Mash
- ScanBld %MAX%\User.BBS %MAX%\Area.Dat Local Matrix
-
- :Exit
-