home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Welcome to Bodyland
/
Welcome_to_Bodyland_Time-Life_1994.iso
/
go.bat
< prev
next >
Wrap
DOS Batch File
|
1995-10-06
|
219b
|
17 lines
@echo off
:MainMenu
menu
if errorlevel 3 goto ViewManual
if errorlevel 2 goto Install
if errorlevel 1 goto Exit
:ViewManual
cd doxview
dox bodyland.dox
cd ..
goto MainMenu
:Install
win setup
:Exit
@cls