@echo off cls echo Stylistic 1200 BIOS Upgrade Diskette V1.1 echo Copyright 1998 Fujitsu Personal Systems, Inc. echo All Rights Reserved. echo. echo. echo Menu Selection echo. echo. echo 1. Upgrade Stylistic 1200 to BIOS Version 1.11 echo 2. Quit echo. echo. rkey If errorlevel 2 goto End If errorlevel 1 goto V111 goto End echo. :V111 echo. echo. echo Please wait... phlash :End echo.