home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / bbsx1.zip / DAILY.BAT < prev    next >
DOS Batch File  |  1989-01-08  |  713b  |  36 lines

  1. echo on
  2. goto top
  3.  
  4. Rich Levin's BBSXpress (tm)
  5. DAILY.BAT
  6. Copyright (c) 1988 Richard B. Levin
  7. All Rights Reserved
  8.  
  9. Revised January 8, 1989
  10.  
  11. :top
  12.    c:
  13.    cd \bbsx
  14.    if not exist bak\bbsx.zoo md bak
  15.  
  16.    rem "zoo" is a data compression program available on the mother board bbs
  17.    zoo a: bbsx \bin\exe\bbsx.exe
  18.    zoo a: blt download.blt
  19.    zoo a: blt goodbye.blt
  20.    zoo a: blt hello.blt
  21.    zoo a: blt main.blt
  22.    zoo a: blt menu.blt
  23.    zoo a: blt news.blt
  24.    zoo a: blt newuser.blt
  25.    zoo a: blt upload.blt
  26.    zoo a: hdr *.hdr
  27.    zoo a: ini *.ini
  28.    zoo a: log *.log
  29.    zoo a: msg *.msg
  30.    zoo a: pol *.pol
  31.    zoo a: ptr *.ptr
  32.    zoo a: rsp *.rsp
  33.  
  34.    copy *.zoo bak
  35.    del *.zoo
  36.