home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- c:
- cd \
- prompt $p$g
- echo Copying the main bbs BATCH file to ROOT directory.
- echo Remember to add 'runbbs' as the last line of your AUTOEXEC file.
- copy a:runbbs.bat
- copy a:ooz.exe
- echo Creating system directories and moving BBS files into place...
- md k2ne
- cd k2ne
- copy a:lharc.exe
- copy a:execs.lzh
- lharc x execs
- copy a:drivers.lzh
- lharc x drivers
- cd \
- copy \k2ne\dsz.com
- copy \k2ne\superk.com
- copy \k2ne\toc_read.com
- copy \k2ne\boot.com
- cd \k2ne
- copy a:citfiles.lzh
- md system
- md helparea
- md network
- cd helparea
- lharc x ..\citfiles
- cd \k2ne
- del *.lzh
- echo BBS files installed.
- pause
- cls
- echo In your CONFIG.SYS file you should have
- echo FILES=30
- echo BUFFERS=30
- echo along with any other lines already in that file. If you do not
- echo have these two lines (or if less than 30) please modify CONFIG.SYS
- echo before proceeding.
- echo PRESS CTRL-C or CTRL-BREAK to interrupt, or
- pause
- confg
- cls
- echo Configuration completed. Press CTRL-C or CTRL-BREAK to
- echo interrupt - or press any other key to enter the BBS.
- pause
- cd \
- runbbs