home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Direkt 1995 #1
/
Image.iso
/
cdd
/
direkt
/
wpoker
/
!wpoker.exe
/
WPOKER.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-10-20
|
2KB
|
47 lines
@echo off
REM *****************************************************************
REM ***** WPOKER V1.30 (C) 10.93 (C) KEC *****
REM *****-------------------------------------------------------*****
REM ***** Alle Rechte sind vorbehalten. *****
REM *****************************************************************
REM
if not exist wpoker0?.pic goto notfound
if not exist wpoker_m.exe goto notfound
if not exist wpoker01.cmf goto notfound
if not exist sample.dat goto notfound
if not exist sbfmdrv.com goto notfound
if not exist wpoker.doc goto notfound
sbfmdrv > NUL
wpoker_m.exe (C)KEC
if errorlevel 99 goto ende
if errorlevel 98 goto exitus
if errorlevel 10 goto translationerror
goto ende
:notfound
cls
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
echo !!!!! WPOKER V1.30 (C) 10.93 (C) KEC !!!!!
echo !!!!!-------------------------------------------------------!!!!!
echo !!!!! Dieser Aufruf von WPOKER erfolgte eventuell aus einem !!!!!
echo !!!!! falschen Directory bzw. es sind nicht alle zur Aus- !!!!!
echo !!!!! führung notwendigen Datenfiles vorhanden. !!!!!
echo !!!!! TIP: Installieren Sie WPOKER erneut oder versuchen !!!!!
echo !!!!! Sie einen Aufruf vom richtigen Directory. !!!!!
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
goto ende
:exitus
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
echo !!!!! WPOKER V1.30 (C) 10.93 (C) KEC !!!!!
echo !!!!!-------------------------------------------------------!!!!!
echo !!!!! Das Programm wurde auf Ihren Wunsch abgebrochen. !!!!!
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
goto ende
:translationerror
cls
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
echo !!!!! WPOKER V1.30 (C) 10.93 (C) KEC !!!!!
echo !!!!!------------------------------------------------------!!!!!
echo !!!!! Fatal error: Translationfile not found. !!!!!
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
:ende