DieNow 2.1 — File Browser

DieNow2.1v2.1 / DieNow2.1v2.1 / INSTALL.BAT

INSTALL.BAT — 0.96 KB — Download this file

@echo off
cls
echo Welcome to the DieNow 2.1 (FINAL RELEASE) install program.
echo This is now DOS based instead of Windows based.
echo The DieNow script will now be installed in c:\dienow
echo PRESS CTRL + C now and choose "y" if you wish to abort installation.
pause
echo Note 1 : You can NOT run an earlier version of DieNow while installing
echo          This script, cause the installation will delete the current
echo          c:\dienow - if it exists.
echo Note 2 : You MUST have unzipped the installation files in a temp dir, and
echo          NOT c:\dienow !
echo Note 3 : The script will and can only be installed to c:\dienow, or else it
echo          won't work properly.
echo          Have Fun !!!!!   ©Rasmus Holmen -=March 1997=-
pause
cls
deltree /y c:\dienow
move dn21finl.exe c:\
move dienow21.zip c:\ 
cd\
dn21finl -y
move dienow21.zip C:\dienow\install
del dn21finl.exe
cls
echo Installation complete!! ... thanx for chosing DieNow !