home *** CD-ROM | disk | FTP | other *** search
- :start
- echo off
- ctty con
- c:
- cd\wc40
- cd c:\fd
- fd
- if errorlevel 99 goto Local_cat
- if errorlevel 97 goto telix
- if errorlevel 87 goto Process_mail
- if errorlevel 81 goto pack_mail
- if errorlevel 55 goto event_one
- if errorlevel 45 goto 2400_baud
- if errorlevel 40 goto 1200_baud
- if errorlevel 34 goto 300_baud
- if errorlevel 10 goto done
- goto done
-
- :pack_mail
- echo ATH1 > COM2
- cd\fd\gomail
- gomail scan
- cd\fd
- goto start
-
-
- :process_mail
- echo ATH1 > com2
- CD\FD\gomail
- gomail toss scan
- Goto start
-
- :2400_baud
- set WCPORTID=2
- cd c:\wc40
- wildcat /b 2400
- goto after_cat
-
- :1200_baud
- SET WCPORTID=2
- cd c:\wc40
- wildcat /b 1200
- goto after_cat
-
- :300_baud
- SET WCPORTID=2
- cd c:\wc40
- wildcat /b 300
- goto after_cat
-
- :Local_cat
- echo ATH1 > com2
- set wcportid=0
- cd c:\wc40
- wildcat /b local
- goto after_cat
-
-
- :after_cat
- ECHO ATH1m0 > COM2
- cd\wc40
- WCTODAY /L /H9
- goto start
-
- :event_one
- ECHO ATH1 > COM2
- cd\wc40
- ustat
- wcpro stats.pro
- cd\dr\svrd
- smaint
- smaint2
- cd\fd
- FMS.EXE
- DEL ACTIVITY.LOG
- goto start
-
-
-
- :telix
- D:
- CD\TELIX
- telix.exe
- copy c:\files\*.qw* e:\slmr\files
- goto start
-
-
- :done
- echo ATH1 > com2
-