home *** CD-ROM | disk | FTP | other *** search
/ PC Spiel 1995 October / PCS1095.BIN / patches / xcom2_ed / inst-ed.bat < prev    next >
DOS Batch File  |  1995-04-22  |  1KB  |  41 lines

  1. @echo off
  2.  
  3.  
  4. cls
  5. choice Is XCOM2 fully installed to your Hard Drive
  6. if errorlevel 2 goto NOPE
  7.  
  8.  
  9. echo After completeing the Editor install, all XCOM2 files will be scanned
  10. echo for read only attributes and reset to normal attributes.
  11. choice Continue
  12. if errorlevel 2 goto end
  13.  
  14.  
  15. cls
  16. md editor
  17. xcom2sfx .\editor
  18. del xcom2s10.exe
  19. del xcom2sfx.exe
  20. del xcom2s11.zip
  21. del descript.ion
  22.  
  23.  
  24. attrib -r *.* /s
  25. cls
  26. echo PLEASE READ THE README.DOC
  27. echo XCOM2 EDIT INSTALLED. Type XCOM2ED to run Editor.
  28. echo Please ignore any "BATCH FILE MISSING" statement you may see.
  29. del inst-ed.bat
  30.  
  31.  
  32. :NOPE
  33. cls
  34. echo If you are playing from CD-ROM, you must do a full hard disk install.
  35. echo Go to the CD-ROM drive and type:      cd\harddisk        hit   ENTER.
  36. echo Then type                             INSTALL            hit   ENTER.
  37. echo After the install is complete, place the XCOM2S11.zip in the XCOM2 dir.
  38. echo Pkunzip the file and type             INST-ED            hit   ENTER.
  39.  
  40. :end
  41.