home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- CLS
- REM
- REM ========================================================================
- REM = =
- REM = Default directories. You can change these to suit your needs ! =
- REM = =
- REM ========================================================================
- REM
- SET disk=B:
- SET doc=C:\FBB\DOC
- SET docs=C:\FBB\DOCS
- SET save=C:\FBB\BACKUP
- SET fbb=C:\FBB
- SET system=C:\FBB\SYSTEM
- SET mail=C:\FBB\MAIL
- SET binmail=C:\FBB\BINMAIL
- SET users=C:\FBB\USERS
- SET yapp=C:\FBB\USERS\YAPP
- SET oldmail=C:\FBB\OLDMAIL
- SET stats=C:\FBB\STATS
- SET fwd=C:\FBB\SYSTEM\FWD
- SET bin=C:\FBB\BIN
- REM
- REM ========================================================================
- REM
- ECHO **** FIRST TIME INSTALLATION OF FBB 5.15 FROM DISK %disk% ****
- ECHO.
- ECHO - Main BBS-directory - %fbb%
- ECHO - System-files - %system%
- ECHO - Messages - %mail%
- ECHO - Binary-messages - %binmail%
- ECHO - User's dir. - %users%
- ECHO - Yapp files - %yapp%
- ECHO - Oldmail - %oldmail%
- ECHO - Statistics - %stats%
- ECHO - Documentation - %docs%
- ECHO - FBB-manuals - %doc%
- ECHO - Backups - %save%
- ECHO - Fwd-include-files - %fwd%
- ECHO - Executable files - %bin%
- ECHO Fwd-include-files MUST stay under %system%.
- ECHO.
- ECHO If this configuration does not suit your needs, you must stop now
- ECHO with CTRL-C and the SET-lines in the file %disk%SUITE1.BAT.
- ECHO.
- ECHO If a version of FBB 5.14 already exists, press Ctrl-C
- ECHO and use 514515.BAT for upgrading.
- PAUSE
- ECHO *** INSTALLATION IN PROGRESS ***
- ECHO.
- CD \
- COPY %disk%PKUNZJR.COM
- MD %fbb%
- MD %system%
- MD %doc%
- MD %docs%
- MD %mail%
- MD %binmail%
- MD %oldmail%
- MD %users%
- MD %yapp%
- MD %stats%
- MD %save%
- MD %fwd%
- MD %bin%
- MD %fbb%\PG
- MD %system%\LANG
- MD %system%\LOG
- MD %system%\SAT
- MD %system%\WP
- CD %binmail%
- MD MAIL0
- MD MAIL1
- MD MAIL2
- MD MAIL3
- MD MAIL4
- MD MAIL5
- MD MAIL6
- MD MAIL7
- MD MAIL8
- MD MAIL9
- CD %mail%
- MD MAIL0
- MD MAIL1
- MD MAIL2
- MD MAIL3
- MD MAIL4
- MD MAIL5
- MD MAIL6
- MD MAIL7
- MD MAIL8
- MD MAIL9
- CD %fbb%
- \PKUNZJR %disk%FBB515.ZIP
- cd %bin%
- \PKUNZJR %disk%BIN515_2.ZIP
- cd %fwd%
- \PKUNZJR %disk%FWD515.ZIP
- cd %stats%
- \PKUNZJR %disk%STAT515.ZIP
- cd %system%
- \PKUNZJR %disk%SYS515.ZIP
- ECHO.
- ECHO.
- ECHO Remove diskette no 1 and insert no 2 (if 360k).
- PAUSE
- cd %doc%
- \PKUNZJR %disk%DOC515.ZIP
- cd %bin%
- \PKUNZJR %disk%BIN515_1.ZIP
- MAKEPG SERV GB
- MAKEPG EPURMESS GB
- MAKEPG MAINTINF GB
- MAKEPG EPURWP GB
- cd %system%\SAT
- \PKUNZJR %disk%SAT515.ZIP
- ECHO.
- ECHO.
- ECHO Remove diskette no 2 and insert no 3 (if 360k)
- ECHO or remove no 1 and insert no 2 (if 720k).
- PAUSE
- cd %system%\LANG
- \PKUNZJR %disk%LANG515.ZIP
- CD \
- CLS
- ECHO.
- ECHO.
- ECHO Now INSTAFBB will start. This program modifies the existing
- ECHO example-file of INIT.SRV for your needs. Go carefully through all
- ECHO of the setup, and make all the needed changes.
- ECHO.
- ECHO.
- PAUSE
- CD %fbb%
- INSTAFBB
- CD \
- ECHO.
- ECHO.
- ECHO Modify AUTOEXEC.BAT. Important: insert path to %bin%-directory.
- ECHO Modify EPURMESS.INI in %fbb%-directory.
- ECHO Modify APPEL.BAT in %bin%-directory.
- ECHO.
- ECHO If you want to modify INIT.SRV again, go to %fbb% and run INSTAFBB.
- ECHO.
- ECHO Update PORT.SYS, SWAPP.SYS, INITTNCx.SYS, BALISEx.SYS, FORWARD.SYS,
- ECHO CRON.SYS, REJET.SYS, MAINTx.SYS, BBS.SYS, PASSWD.SYS, PROTECT.SYS
- ECHO and LANGUE.SYS in %system%-directory
- ECHO.
- ECHO You have now made an english version of FBB. If you want a french
- ECHO version, go to %bin%-directory and type "MAKEPG SERV FR",
- ECHO "MAKEPG EPURMESS FR", "MAKEPG EPURWP FR" and "MAKEPG MAINTINF FR".
- ECHO.
- ECHO You may find a file named LANG515X.ZIP in one of the diskettes. In that
- ECHO case that file will contain extra languages for FBB. If you do find
- ECHO such a file on one of the diskettes, put that diskette in %disk%-drive
- ECHO and type PKUNZJR %disk%LANG515X %system%\LANG\. After that you may need
- ECHO to add the new languages in %system%\LANGUE.SYS.
-