home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / pcboard / fd___168.zip / FD1.BAT < prev    next >
DOS Batch File  |  1993-06-03  |  1KB  |  57 lines

  1. @echo off
  2.  
  3. :START
  4.     cls
  5.     d:
  6.     cd\fd
  7.     if exist d:\fd\files\nodediff.* goto :Nodediff
  8.     fd.exe
  9. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  10. ::: NOTICE...ONLY ONE ERRORLEVEL IS NEEDED FOR THE BBS :::
  11. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  12.     if errorlevel 255 goto :BBS
  13.     if errorlevel 201 goto :Maint1
  14.     if errorlevel 100 goto :Mail
  15.     if errorlevel 10 goto :End
  16.     boot
  17.  
  18. :BBS
  19.     dobbs
  20.     goto :Start
  21.  
  22. :MAIL
  23.     call toss.bat
  24.     goto :Start
  25.  
  26. :MAINT1
  27. :::::::::::::::::::::::::::::::::::::::::::::::
  28. :::  THIS IS THE NIGHTLY MAINTENANCE EVENT  :::    
  29. :::::::::::::::::::::::::::::::::::::::::::::::
  30.  
  31. ::: MSG/USER PACKING :::
  32.     d:
  33.     cd\pcb
  34.     pcbpack /area:all /dy:30 /fa /kb /kd /ma:400 /nc /ns /oldindex /pu /rd:h:\ /ca:d:\msgpack.log
  35.     pcbsm /pack;print;lockout;remove;days:60
  36.  
  37.     goto :Start
  38.  
  39. :NODEDIFF
  40. :::::::::::::::::::::::::::::::::::::::::::::::::
  41. :::  THESE ARE THE NODELIST/NODEDIFF UPDATES  :::    
  42. :::::::::::::::::::::::::::::::::::::::::::::::::
  43.  
  44. ::: NODE-DIFF :::
  45.     copy d:\fd\files\nodediff.* d:\fd\nodelist
  46.     d:
  47.     del d:\fd\files\nodediff.*
  48.     cd\fd\nodelist
  49.     xlaxdiff /c
  50.     cd\fd
  51.     fdnc /f /c
  52.     goto :Start
  53.  
  54. :END
  55.     d:
  56.     cd\fd
  57.