home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- REM BFE 2.00.0p Installation Batch File
-
- echo.
- echo To install this release, place the BFE2000P.EXE archive in an empty
- echo directory, along with this batch file. If you are ready to install
- echo the package, press ENTER, or press CTRL-C to cancel the operation.
- echo.
- echo Please keep in mind that this installation will create several
- echo subdirectories to hold the documentation, samples, scripts, etc!
- echo.
-
- pause
-
- bfe2000p -d
-
- cls
- echo Congratulations! You have now installed BFE v2.00.0p, the world's
- echo premier BBS front end system! You will now be placed into BFE/Setup...
- echo.
- pause
-
- bfesetup
-