home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Programmer'…arterly (Limited Edition)
/
Visual_Basic_Programmers_Journal_VB-CD_Quarterly_Limited_Edition_1995.iso
/
3rdparty
/
walldata
/
demo.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1994-01-10
|
259 b
|
20 lines
@echo off
:BEGIN
wddemo.exe
:WHERE_TO
if errorlevel 28 goto FINISHED
if errorlevel 27 goto INSTALL
goto FINISHED
:INSTALL
install D
if errorlevel 1 goto FINISHED
demo D
:FINISHED
rem if NOT "%1"=="D" goto THE_END
rem destall D
:THE_END