home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Direkt 1995 #9
/
cdd0995.iso
/
moelight
/
start.bat
< prev
Wrap
DOS Batch File
|
1995-04-24
|
469b
|
25 lines
@echo off
cd {d}:\moelight
black
rem --- Installer_ändert_den_Temp-Pfad_hier! ---
if not exist {p} mkdir {p} >nul
set MOETMP={p}
rem --- Hier_ist_die_letzte_Zeile_die_den_Temp-Pfad_vorgibt! ---
mode co80
checksys
if errorlevel 1 goto fehler
black
set GO32=ansi
set 387=NO
psmshell {d}:cdintro -D{d}
mode co80
black
psmshell {d}:moe %1 %2 -D{d}
mode co80
black
psmshell {d}:cdoutro -D{d}
mode co80
black
psmshell {d}:outro -D{d}
mode co80
:fehler