home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem this is an example batch file for frontend mode operation
- bgfax
- if errorlevel 55 maint1
- if errorlevel 50 maint2
- if errorlevel 12 maint3
- if errorlevel 4 goto faxrcvd
- if errorlevel 3 goto datacall
- if errorlevel 2 goto datacall
- if errorlevel 1 bbs
- goto end
- :faxrcvd
- rem you can put a printing batch here if you want
- %bgfax%\doprint
- :datacall
- rem errorlevel 2=data, errorelvel 3=local logon
- rem the following line executes the DOBBS.BAT file created by BGFAX
- rem which runs EXEBBS.BAT which should load your bbs software
- %bgfax%\dobbs
- :end
-
-