home *** CD-ROM | disk | FTP | other *** search
-
- ■ There is one addition to this program
-
- - This program is now able to log MOST of the program run time
- information to logoff by using "/DEBUG" on commandline
-
- ■ There is also one fix
-
- - Hopefully fixed the system hang problem caused by PBBSuucp. Most
- inter structure of PBBSuucp has been rewritten. TESTs were run
- continueslly for 48 hours with a batch file without a problem occured.
-
- ---[Batch File used for testing]---
- :LOOP
- @DEL UUCP.LOG
- @COPY 123.MSG D:\RA\NETS
- @\ALLFIX\ALLFIX File
- @PBBSUUCP /INB
- FASTECHO SCAN -A
- @PBBSUUCP /OUT
- @DEL D:\RA\NETS\124.MSG
- if exist D:\UUCPTEST\TEST.END goto END
- goto LOOP
-
- :END
- @DEL TEST.END
-