home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / BBS / TPB71TXT.ZIP / EXEBBS.BAT < prev    next >
DOS Batch File  |  1991-12-10  |  339b  |  22 lines

  1. rem echo off
  2. c:
  3. cd\tpb
  4. e:\tpb %1 %3 MNP %4            ; run from ram disk copy 
  5. cd c:\fd                     
  6. u2i 1                          ; update FD inbound history
  7. cls
  8. if errorlevel 3 goto echo
  9. if errorlevel 2 goto echo
  10. if errorlevel 1 goto echo
  11. goto exit
  12.  
  13. :echo
  14. cd\fd
  15. tosscan scan
  16. goto exit
  17.  
  18. :exit
  19. c:
  20. cd\
  21. runfd
  22.