echo off cls echo INSTALL FOR 8051 DEMOS V1.2 (C) KEIL ELEKTRONIK GmbH, 1991 echo ÿ echo Contains: C51 Compiler V3.20, and dScope-51 V5.01 Demo Versions echo ÿ echo The INSTALL file is part of the 8051 demonstration package, which may be freely echo distributed. We ask only that this entire demonstration package be kept intact. echo ÿ echo Type Ctrl+C to abort installation at any time! echo ÿ echo INSTALL copies all demonstration files to the directory if .%1 == . goto default echo %1. echo ÿ echo To continue the installation ... pause echo ÿ echo *** Installing demo files on %1; please wait ... *** echo ÿ %01 %1 -d %1\INSTALL2 %1 %0 :default echo C:\C51DEMO. echo ÿ echo To continue the installation ... pause echo ÿ echo *** Installing demo files on C:\C51DEMO; please wait ... *** echo ÿ %01 C:\C51DEMO -d C:\C51DEMO\INSTALL2 C:\C51DEMO %0