home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / PBU_113.ZIP / WHATS.NEW < prev   
Text File  |  1995-02-04  |  766b  |  28 lines

  1.  
  2.   ■ There is one addition to this program
  3.  
  4.     - This program is now able to log MOST of the program run time
  5.       information to logoff by using "/DEBUG" on commandline
  6.  
  7.  ■ There is also one fix
  8.  
  9.     - Hopefully fixed the system hang problem caused by PBBSuucp. Most
  10.       inter structure of PBBSuucp has been rewritten. TESTs were run
  11.       continueslly for 48 hours with a batch file without a problem occured.
  12.  
  13.       ---[Batch File used for testing]---
  14.       :LOOP
  15.       @DEL UUCP.LOG
  16.       @COPY 123.MSG D:\RA\NETS
  17.       @\ALLFIX\ALLFIX File
  18.       @PBBSUUCP /INB
  19.       FASTECHO SCAN -A
  20.       @PBBSUUCP /OUT
  21.       @DEL D:\RA\NETS\124.MSG
  22.       if exist D:\UUCPTEST\TEST.END goto END
  23.       goto LOOP
  24.  
  25.       :END
  26.       @DEL TEST.END
  27.  
  28.