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\hyperoid\hyperoid.exe goto temp
-
- :install
- if exist c:\TSSA\hyperoid\hyperoid.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\hyperoid > NUL:
- copy \data\start.exe c:\TSSA\hyperoid\start.exe > NUL:
- cls
- \data\moment.exe
- \data\unace32 x -y hyperoid.ace c:\TSSA\hyperoid\ > NUL:
- cls
- :insready
- c:
- cd \TSSA\hyperoid
- start.exe /w hyperoid.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 hyperoid.ace c:\ts_tmp\ > NUL:
- cls
- c:
- cd \ts_tmp
- start.exe /w hyperoid.exe
- c:
- cd \
- deltree /Y c:\ts_tmp > NUL:
- del deltree.exe > NUL:
- goto einde
-
- :einde
- @echo off
- cls
-