echo off cls if "%1~"=="~" goto help if "%2~"=="~" goto help if not exist %1\install.bat goto help md %2\doom copy %1\doom %2\doom %2 cd \doom call %2\doom\setup goto end :help echo Command Format: echo. echo INSTALL [CD-ROM Drive] [Main Hard Drive] echo. echo Example: INSTALL D: C: (Where D:=CD-ROM and C:=Hard Drive) echo. :end