home *** CD-ROM | disk | FTP | other *** search
- @Echo Off
- Rem
- Rem This is a sample batch file for running KMail using the /localon
- Rem switch in PCB145. If this will be called from your event, it
- Rem should be last thing in the event because the KMAIL batch file
- Rem in most configurations will restart PCBoard.
- Rem
- Rem The /LOCALON and /KEY switches used below are described in the
- Rem PCBoard 14.5 manual (pages 10-12).
- Rem
- cd\pcb
- if exist door.bat del door.bat
- if exist endpcb del endpcb
- if exist dsz.log del dsz.log
- if exist users.sys del users.sys
- pcb145 /localon/KEY:y;q^MJohn;Smith^M12345^MKmail;d;u;g^M
- if exist door.bat door
- :end