echo off cls prompt $p$g if "%1" == "?" goto usage if exist autoexec.bat del autoexec.bat if exist config.sys del config.sys ECHO\ if "%1" == "" goto usage if "%1" == "XT" goto instxt if "%1" == "xt" goto instxt if "%1" == "Xt" goto instxt if "%1" == "xT" goto instxt if "%1" == "AT" goto instat if "%1" == "at" goto instat if "%1" == "At" goto instat if "%1" == "aT" goto instat goto usage :instxt CH1 XT %2 goto exit :instat CH1 AT %2 goto exit :usage echo\ echo\ echo USAGE... echo\ echo INSTALL1 XX [Option] and Enter echo\ echo XX: Your computer type, AT or XT echo Option: Sub Directory echo\ echo\ echo INSTALL1 ? and Enter ; Display this message. echo\ echo\ :exit