home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jason Aller Floppy Collection
/
173.img
/
NUCLEAR1.ZIP
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-03-19
|
613b
|
32 lines
@echo off
if %1x == x goto gu
md %1:\nukewar
md %1:\nukewar\data
copy *.* %1:\nukewar >nul
copy data %1:\nukewar\data >nul
:nd
if exist data\nukedisk.2 goto nd2
echo .
echo Please Insert Nuclear War Disk 2 and
pause
if not exist data\nukedisk.2 goto nd
:nd2
copy data %1:\nukewar\data >nul
%1:
cd \nukewar
goto end
:gu
echo .
echo Type install x
echo where x is the drive to install nuclear war.
echo Example: Install c
echo This installs Nuclear War on drive C.
goto end1
:end
del install.bat
echo Installion complete
echo Type NukeWar to play
:end1
echo .