home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
-
- if x%1 == xinstall goto install
- if x%1 == xreins goto reins
- if not exist c:\TSSA\overkill\overkill.exe goto temp
-
- :install
- if exist c:\TSSA\overkill\overkill.exe goto insready
- :reins
- if exist c:\TSSA\TSSA goto install2
- md c:\TSSA > NUL:
- cls
- echo TSSA > c:\TSSA\TSSA
- :install2
- md c:\TSSA\overkill > NUL:
- copy \data\start.exe c:\TSSA\overkill\start.exe > NUL:
- cls
- \data\moment.exe
- \data\unace32 x -y overkill.ace c:\TSSA\overkill\ > NUL:
- cls
- :insready
- c:
- cd \TSSA\overkill
- start.exe /w overkill.exe
- goto einde
-
- :temp
- md c:\ts_tmp > NUL:
- copy \data\start.exe c:\ts_tmp\start.exe > NUL:
- copy \data\deltree.exe c:\deltree.exe > NUL:
- cls
- \data\moment.exe
- \data\unace32 x -y overkill.ace c:\ts_tmp\ > NUL:
- cls
- c:
- cd \ts_tmp
- start.exe /w overkill.exe
- c:
- cd \
- deltree /Y c:\ts_tmp > NUL:
- del deltree.exe > NUL:
- goto einde
-
- :einde
- @echo off
- cls
-