ECHO OFF ECHO Virginia Disc One Installation Procedure if %1\ == \ goto noparam ECHO Copying installation procedure....... copy \vadisc1a\install.mdf %1\ > NUL if not errorlevel 0 goto noparam copy \vadisc1a\auto.bat %1\ > NUL copy \vadisc1a\automenu.com %1\ > NUL \vadisc1a\list \vadisc1a\insthlp.doc %1 cd \ command /c auto install.mdf erase %1\install.mdf > NUL erase %1\auto.bat > NUL erase %1\automenu.com > NUL erase %1\autotemp.bat > NUL goto endinst :noparam echo ------------------------------------------------------- echo From the drive assigned to your CDROM, please call echo install with the letter of a hard drive. For example, echo "install c:" echo ------------------------------------------------------- :endinst ECHO Virginia Disc One Installation Terminated