home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- if not exist darkpath.cfg goto install
-
- :inicio
- set cd_u=
- if exist darkpath.d set cd_u=d
- if exist darkpath.e set cd_u=e
- if exist darkpath.f set cd_u=f
- if exist darkpath.g set cd_u=g
- if exist darkpath.h set cd_u=h
- if exist darkpath.i set cd_u=i
- if exist darkpath.j set cd_u=j
- if exist darkpath.k set cd_u=k
- if exist darkpath.l set cd_u=l
- if exist darkpath.m set cd_u=m
- if exist darkpath.n set cd_u=n
- if exist darkpath.o set cd_u=o
- if exist darkpath.p set cd_u=p
- if exist darkpath.q set cd_u=q
- if exist darkpath.r set cd_u=r
- if exist darkpath.s set cd_u=s
- if exist darkpath.t set cd_u=t
- if exist darkpath.u set cd_u=u
- if exist darkpath.v set cd_u=v
- if exist darkpath.w set cd_u=w
- if exist darkpath.x set cd_u=x
- if exist darkpath.y set cd_u=y
- if exist darkpath.z set cd_u=z
-
- if not exist %cd_u%:\dfdemo\df.exe goto datobien
-
- if exist c:\lucasart\dfdemo.bat goto sonido0
- md c:\lucasart
- copy %cd_u%:\dfdemo\dfdemo.bat > nul
-
- :sonido0
-
- c:
- cd \lucasart
- if exist c:\lucasart\imuse.ini goto carga
-
- if exist c:\lucasart\dos4gw.exe goto sonido2
- copy %cd_u%:\dfdemo\dos4gw.exe c:\lucasart > nul
-
- :sonido2
- %cd_u%:\dfdemo\imuse %cd_u%:\dfdemo\ imuse.exe c:\lucasart\imuse.ini
-
- :carga
- cls
- echo Pulsa:
- echo .
- echo 0.- EJECUTAR LA DEMO
- echo .
- echo 1.- AJUSTAR TARJETA DE SONIDO
- echo 3.- LEER INSTRUCCIONES Y DATOS DE INTERES SOBRE LA DEMO
- echo .
- echo 5.- CREAR DISCO DE ARRANQUE
- echo .
- echo 8.- SALIR
- pause >nul
- %cd_u%:\dfdemo\inkey
- cls
- if errorlevel 57 goto carga
- if errorlevel 56 goto fin
- if errorlevel 55 goto carga
- if errorlevel 54 goto carga
- if errorlevel 53 goto boot
- if errorlevel 52 goto carga
- if errorlevel 51 goto leeme
- if errorlevel 50 goto carga
- if errorlevel 49 goto camsoni
- if errorlevel 48 goto carga1
- if errorlevel 47 goto carga
-
- :camsoni
- del imuse.ini
- goto sonido2
-
- :teclas
- keyconfi
- goto carga
-
- :boot
- %cd_u%:\dfdemo\bootmkr
- echo .
- pause Pulsa tecla para continuar...
- goto carga
-
- :leeme
- more < dfreadme.txt
- echo .
- pause Pulsa tecla para volver al menú...
- goto carga
-
- :carga1
- %cd_u%:\dfdemo\df
- echo .
- pause Pulsa tecla para continuar...
- goto carga
-
- :install
-
- if exist c:\lucasart\darkpath.cfg goto cambia
- Echo Instalando DEMO de DARK FORCES en tu unidad C: directorio \LUCASART...
-
- if not exist \dfdemo\df.exe goto datobien
-
- md c:\lucasart
- set what=
- what ye
-
- copy \dfdemo\install\darkpath.c%what% c:\lucasart\darkpath.cfg > nul
- copy \dfdemo\install\darkpath.c%what% c:\lucasart\darkpath.%what% > nul
- copy \dfdemo\dfreadme.txt c:\lucasart > nul
- copy \dfdemo\dos4gw.exe c:\lucasart > nul
- copy \dfdemo\dfdemo.bat c:\lucasart > nul
- set what=
- cls
- c:
- cd \lucasart
- dfdemo
- goto fin
-
- :cambia
- c:
- cd \lucasart
- goto inicio
-
- :datobien
- cls
- Echo No creo que sea la unidad en donde se encuentra la DEMO de DARK FORCES.
-
- :fin
- set cd_u=
-
-