home *** CD-ROM | disk | FTP | other *** search
- @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
-