home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / BFE2000P.ZIP / INSTALL.BAT < prev   
Encoding:
DOS Batch File  |  1993-10-30  |  649 b   |  25 lines

  1. @echo off
  2. cls
  3. REM BFE 2.00.0p Installation Batch File
  4.  
  5. echo.
  6. echo To install this release, place the BFE2000P.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. bfe2000p -d
  17.  
  18. cls
  19. echo Congratulations!  You have now installed BFE v2.00.0p, the world's
  20. echo premier BBS front end system!  You will now be placed into BFE/Setup...
  21. echo.
  22. pause
  23.  
  24. bfesetup
  25.