home *** CD-ROM | disk | FTP | other *** search
/ Top 50 Space / SPACE.bin / data / overkill / overkill.bat < prev   
Encoding:
DOS Batch File  |  2001-10-22  |  985 b   |  48 lines

  1. @echo off
  2. cls
  3.  
  4. if x%1 == xinstall goto install
  5. if x%1 == xreins goto reins
  6. if not exist c:\TSSA\overkill\overkill.exe goto temp
  7.  
  8. :install
  9.   if exist c:\TSSA\overkill\overkill.exe goto insready
  10. :reins
  11.   if exist c:\TSSA\TSSA goto install2
  12.   md c:\TSSA > NUL:
  13.   cls
  14.   echo TSSA > c:\TSSA\TSSA
  15.   :install2
  16.     md c:\TSSA\overkill > NUL:
  17.     copy \data\start.exe c:\TSSA\overkill\start.exe > NUL:
  18.     cls
  19.     \data\moment.exe
  20.     \data\unace32 x -y overkill.ace c:\TSSA\overkill\ > NUL:
  21.     cls
  22.   :insready
  23.     c:
  24.     cd \TSSA\overkill
  25.     start.exe /w overkill.exe
  26.     goto einde
  27.  
  28. :temp
  29.   md c:\ts_tmp > NUL:
  30.   copy \data\start.exe c:\ts_tmp\start.exe > NUL:
  31.   copy \data\deltree.exe c:\deltree.exe > NUL:
  32.   cls
  33.   \data\moment.exe
  34.   \data\unace32 x -y overkill.ace c:\ts_tmp\ > NUL:
  35.   cls
  36.   c:
  37.   cd \ts_tmp
  38.   start.exe /w overkill.exe
  39.   c:
  40.   cd \
  41.   deltree /Y c:\ts_tmp > NUL:
  42.   del deltree.exe > NUL:
  43.   goto einde
  44.  
  45. :einde
  46.   @echo off
  47.   cls
  48.