home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 September / PCO_0998.ISO / filesbbs / dos / infa16r1.exe / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1998-06-12  |  1.7 KB  |  43 lines

  1. @ECHO OFF
  2. CLS
  3. ECHO iNFUSiON BULLETIN BOARD SYSTEM - iNSTALLATiON UTiLiTY FOR v1.0a16r1
  4. ECHO ----
  5. ECHO This batch file will install your infusion system to the directory that
  6. ECHO you have provided.  Please note, that if you are not running this from
  7. ECHO your destination directory, then you must exit by pressing CTRL+BREAK now
  8. ECHO ----
  9. ECHO Please note :        If you areleady have iNFUSiON installed, and simply
  10. ECHO                      wish to upgrade your system then please download the
  11. ECHO                      upgrade package from the web page. 
  12. ECHO ----
  13. ECHO Inorder to preserve space, the installation and release archives will be
  14. ECHO deleted.  If you wish to back these up then please press CTRL+BREAK now
  15. ECHO and make a copy of them elseware.
  16. ECHO ----
  17. ECHO If everthing is fine, then please press any key to continue..
  18. PAUSE > NUL
  19. CLS
  20. ECHO ---- Installing iNFUSiON
  21. PKUNZIP INSTALL.DAT -D
  22. ECHO ---- Removing installation data file
  23. DEL INSTALL.DAT
  24. ECHO ---- Removing original archive 
  25. DEL INFA16R1.ZIP
  26. ECHO ---- Moving RELEASE.NFO to the .\DOCS\ dir
  27. COPY RELEASE.NFO .\DOCS
  28. DEL RELEASE.NFO
  29. DEL .\SCREENS\WFC.FNT
  30. ECHO ---- Installation complete!
  31. CLS
  32. ECHO Your iNFUSiON installation is now complete.  A few things must be done
  33. ECHO now before you can run your system.  First, run INFUINIT.EXE which will
  34. ECHO initialize your data files.  And remember that you run INF.BAT and 
  35. ECHO NOT INFUSION.EXE.
  36. ECHO.
  37. ECHO Thats pretty much it.  Thank you for supporting a TRUE scene bbsware.
  38. ECHO and DONT FORGET to run INFUINIT.EXE.  I also encourage you to read
  39. ECHO WHATDONE.NFO which will reside in your .\DOCS\ directory.  It will let
  40. ECHO you know what has been done in this release (ALOT!).
  41. ECHO.
  42.  
  43.