home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1995 September
/
C_BUYER.ISO
/
diskdata
/
share.bat
< prev
next >
Wrap
DOS Batch File
|
1995-07-18
|
594b
|
52 lines
@echo off
:TOP
\diskdata\go-menu share.mnu
if errorlevel 8 goto END
if errorlevel 7 goto HELP
if errorlevel 6 goto 5
if errorlevel 5 goto 4
if errorlevel 4 goto 3
if errorlevel 3 goto 2
if errorlevel 2 goto 1
if errorlevel 1 goto MAIN
goto TOP
:1
CD\DOSSHARE\COLWIZ
INSTALL.EXE
GOTO END
:2
CD\DOSSHARE\MOVIES
INSTALL.EXE
GOTO END
:3
CD\DOSSHARE\BOOT
BOOTINST.EXE
GOTO END
:4
CD\DOSSHARE\BOXERDOS
BOXER.EXE
GOTO END
:5
CD\DOSSHARE\FINNISH
INSTALL.EXE
goto end
:MAIN
CD\
BUYER.BAT
GOTO END
:HELP
CD\DISKDATA
SEE HELP.TXT
GOTO TOP
:END