home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / BFE3100P.ZIP / INSTALL.BAT < prev   
DOS Batch File  |  1994-03-12  |  707b  |  26 lines

  1. @echo off
  2. cls
  3. REM BFE 3.10.0p Installation Batch File
  4.  
  5. echo.
  6. echo To install this release, place the BFE3100P.EXE archive in an empty
  7. echo directory, along with this batch file.  If you are ready to install
  8. echo the package, press ENTER, or press CTRL-C to cancel the operation.
  9. echo.
  10. echo Please keep in mind that this installation will create several
  11. echo subdirectories to hold the documentation, samples, scripts, etc!
  12. echo.
  13.  
  14. pause
  15.  
  16. bfe3100P -d
  17.  
  18. cls
  19. echo Congratulations!  You have now installed BFE v3.10.0p, the world's
  20. echo premier BBS front end system!  You will now be placed into BFE/Setup
  21. echo where you can customize your new BFE front end system!
  22. echo.
  23. pause
  24.  
  25. bfesetup
  26.