home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Spiel 1995 October
/
PCS1095.ISO01.iso
/
patches
/
xcom2_ed
/
inst-ed.bat
< prev
next >
Wrap
DOS Batch File
|
1995-04-22
|
1KB
|
41 lines
@echo off
cls
choice Is XCOM2 fully installed to your Hard Drive
if errorlevel 2 goto NOPE
echo After completeing the Editor install, all XCOM2 files will be scanned
echo for read only attributes and reset to normal attributes.
choice Continue
if errorlevel 2 goto end
cls
md editor
xcom2sfx .\editor
del xcom2s10.exe
del xcom2sfx.exe
del xcom2s11.zip
del descript.ion
attrib -r *.* /s
cls
echo PLEASE READ THE README.DOC
echo XCOM2 EDIT INSTALLED. Type XCOM2ED to run Editor.
echo Please ignore any "BATCH FILE MISSING" statement you may see.
del inst-ed.bat
:NOPE
cls
echo If you are playing from CD-ROM, you must do a full hard disk install.
echo Go to the CD-ROM drive and type: cd\harddisk hit ENTER.
echo Then type INSTALL hit ENTER.
echo After the install is complete, place the XCOM2S11.zip in the XCOM2 dir.
echo Pkunzip the file and type INST-ED hit ENTER.
:end