home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- CLS
- ECHO iNFUSiON BULLETIN BOARD SYSTEM - iNSTALLATiON UTiLiTY FOR v1.0a16r1
- ECHO ----
- ECHO This batch file will install your infusion system to the directory that
- ECHO you have provided. Please note, that if you are not running this from
- ECHO your destination directory, then you must exit by pressing CTRL+BREAK now
- ECHO ----
- ECHO Please note : If you areleady have iNFUSiON installed, and simply
- ECHO wish to upgrade your system then please download the
- ECHO upgrade package from the web page.
- ECHO ----
- ECHO Inorder to preserve space, the installation and release archives will be
- ECHO deleted. If you wish to back these up then please press CTRL+BREAK now
- ECHO and make a copy of them elseware.
- ECHO ----
- ECHO If everthing is fine, then please press any key to continue..
- PAUSE > NUL
- CLS
- ECHO ---- Installing iNFUSiON
- PKUNZIP INSTALL.DAT -D
- ECHO ---- Removing installation data file
- DEL INSTALL.DAT
- ECHO ---- Removing original archive
- DEL INFA16R1.ZIP
- ECHO ---- Moving RELEASE.NFO to the .\DOCS\ dir
- COPY RELEASE.NFO .\DOCS
- DEL RELEASE.NFO
- DEL .\SCREENS\WFC.FNT
- ECHO ---- Installation complete!
- CLS
- ECHO Your iNFUSiON installation is now complete. A few things must be done
- ECHO now before you can run your system. First, run INFUINIT.EXE which will
- ECHO initialize your data files. And remember that you run INF.BAT and
- ECHO NOT INFUSION.EXE.
- ECHO.
- ECHO Thats pretty much it. Thank you for supporting a TRUE scene bbsware.
- ECHO and DONT FORGET to run INFUINIT.EXE. I also encourage you to read
- ECHO WHATDONE.NFO which will reside in your .\DOCS\ directory. It will let
- ECHO you know what has been done in this release (ALOT!).
- ECHO.
-
-