home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / bbsfiles / ctdl_1.arj / COPYBBS.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-01-20  |  1.1 KB  |  49 lines

  1. echo off
  2. cls
  3. c:
  4. cd \
  5. prompt $p$g
  6. echo Copying the main bbs BATCH file to ROOT directory.
  7. echo Remember to add 'runbbs' as the last line of your AUTOEXEC file.
  8. copy a:runbbs.bat
  9. copy a:ooz.exe
  10. echo Creating system directories and moving BBS files into place...
  11. md k2ne
  12. cd k2ne
  13. copy a:lharc.exe
  14. copy a:execs.lzh
  15. lharc x execs
  16. copy a:drivers.lzh
  17. lharc x drivers
  18. cd \
  19. copy \k2ne\dsz.com
  20. copy \k2ne\superk.com
  21. copy \k2ne\toc_read.com
  22. copy \k2ne\boot.com
  23. cd \k2ne
  24. copy a:citfiles.lzh
  25. md system
  26. md helparea
  27. md network
  28. cd helparea
  29. lharc x ..\citfiles
  30. cd \k2ne
  31. del *.lzh
  32. echo BBS files installed.
  33. pause
  34. cls
  35. echo In your CONFIG.SYS file you should have
  36. echo FILES=30
  37. echo BUFFERS=30
  38. echo along with any other lines already in that file.  If you do not
  39. echo have these two lines (or if less than 30) please modify CONFIG.SYS
  40. echo before proceeding.
  41. echo PRESS CTRL-C or CTRL-BREAK to interrupt, or
  42. pause
  43. confg
  44. cls
  45. echo Configuration completed.  Press CTRL-C or CTRL-BREAK to
  46. echo interrupt - or press any other key to enter the BBS.
  47. pause
  48. cd \
  49. runbbs