home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The SelectWare System Volume 2 #3
/
The_SelectWare_System_Series_1_Volume_2_Number_3_Selectware.iso
/
ven10000
/
demo.bat
< prev
next >
Wrap
DOS Batch File
|
1990-09-07
|
3KB
|
79 lines
echo off
cls
echo
echo
echo
echo
echo
echo
echo Is this computer running at or faster than 20Mhz? (Y/N)
INKEY Y y N n
cls
echo
echo
echo
echo
echo ┌───────────────────────────────────────────────────────────────┐
echo │ │
echo │ The VENTURA PUBLISHER GOLD SERIES Demonstration disk │
echo │ will run continuously. │
echo │ │
echo │ Press the «ESCAPE» key to bring up the Main Menu. │
echo │ (NOTE: The screen will go blank for a moment.) │
echo │ │
echo │ You may press the «SPACE BAR» to pause the show, │
echo │ to resume the show press the «ENTER» key. │
echo │ │
echo │ To end the demo, press «ESC» to bring up the │
echo │ Main Menu then press "Q" and «ENTER» to quit │
echo │ │
echo │ │
echo └───────────────────────────────────────────────────────────────┘
pause
cls
echo
echo
echo
echo
echo
echo
echo
echo
echo ┌───────────────────────────────────────────────────────────────┐
echo │ │
echo │ Please Wait │
echo │ │
echo │ Program is being loaded │
echo │ │
echo └───────────────────────────────────────────────────────────────┘
if errorlevel 4 goto BELOW16
if errorlevel 3 goto BELOW16
if errorlevel 2 goto ABOVE16
if errorlevel 1 goto ABOVE16
:BELOW16
:sTOP
show sec1a /s=start /p=9
CHKQUIT
if errorlevel 1 goto Ok_End
:sRESTART
show vmenu /s=fastmenu /p=9
CHKQUIT
if errorlevel 1 goto Ok_End
goto sRESTART
:ABOVE16
:fTOP
show sec1a /s=start /p=7
CHKQUIT
if errorlevel 1 goto Ok_End
:fRESTART
show vmenu /s=fastmenu /p=7
CHKQUIT
if errorlevel 1 goto Ok_End
goto fRESTART
:Ok_End
mousectl on
cls