echo off cls if %1? == mono? goto mono if %1? == herc? goto mono if %1? == cga? goto mono if %1? == ega? goto ega if %1? == vga? goto ega echo ÕÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͸ echo ³ ³ echo ³ PlanPerfect 5.0 Demonstration disk ³ echo ³ 10/20/89 ³ echo ³ ³ echo ³ At the prompt type: ³ echo ³ ³ echo ³ demo help = For this Help Screen ³ echo ³ demo mono = For use on a Monochrome Monitor ³ echo ³ demo herc = For use on a Hercules Graphics ³ echo ³ demo cga = For use on a CGA Graphics ³ echo ³ demo ega = For use on a EGA Graphics ³ echo ³ demo vga = For use on a VGA Graphics ³ echo ³ ³ echo ³ DISABLE DISK CACHING - ³ echo ³ If you are running a disk caching program the ³ echo ³ graphics for EGA/VGA may become scrambled. ³ echo ³ ³ echo ÔÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ; goto end :mono fxshow bwdemo goto end :ega fxshow pldemo goto end :end