echo off cd\alg cls if "%1" == "1" goto check1 if "%1" == "2" goto check1 if "%1" == "3" goto check1 if "%1" == "4" goto check1 if "%1" == "5" goto check1 goto msgout :check1 if "%2" == "a:" goto msg3 if "%2" == "A:" goto msg3 if "%2" == "b:" goto msg3 if "%2" == "B:" goto msg3 goto msgout :msg3 echo ******************************************************** ECHO * * ECHO * * ECHO * COPYING........... * ECHO * * ECHO * * echo ******************************************************** if "%1" == "1" goto cont1 if "%1" == "2" goto cont2 if "%1" == "3" goto cont3 if "%1" == "4" goto cont4 if "%1" == "5" goto cont5 goto msgout cls :cont1 ECHO ************************************************************ echo * Insert FORMATTED DISKETTE in Drive %2 * echo * If you are not ready to install press [Ctrl-C] to exit, * echo * otherwise press any key to continue. * ECHO ************************************************************ pause COPY .\DISK1\*.* %2\ if "%1" == "1" goto out :cont2 ECHO ************************************************************ echo * Insert FORMATTED DISKETTE in Drive %2 * echo * If you are not ready to install press [Ctrl-C] to exit, * echo * otherwise press any key to continue. * ECHO ************************************************************ pause COPY .\DISK2\*.* %2\ if "%1" == "2" goto out :cont3 ECHO ************************************************************ echo * Insert FORMATTED DISKETTE in Drive %2 * echo * If you are not ready to install press [Ctrl-C] to exit, * echo * otherwise press any key to continue. * ECHO ************************************************************ pause COPY .\DISK3\*.* %2\ if "%1" == "3" goto out :cont4 ECHO ************************************************************ echo * Insert FORMATTED DISKETTE in Drive %2 * echo * If you are not ready to install press [Ctrl-C] to exit, * echo * otherwise press any key to continue. * ECHO ************************************************************ pause COPY .\DISK4\*.* %2\ md %2\OS2 md %2\OS2\INSTALL md %2\OS2\MDOS copy .\disk4\os2\. %2\os2 copy .\disk4\os2\install\. %2\os2\install copy .\disk4\os2\mdos\. %2\os2\mdos if "%1" == "4" goto out :cont5 ECHO ************************************************************ echo * Insert FORMATTED DISKETTE in Drive %2 * echo * If you are not ready to install press [Ctrl-C] to exit, * echo * otherwise press any key to continue. * ECHO ************************************************************ pause COPY .\DISK5\*.* %2\ md %2\480 md %2\600 md %2\768 copy .\disk5\480\. %2\480 copy .\disk5\600\. %2\600 copy .\disk5\768\. %2\768 goto out :msgout cls ECHO *************************************************************** echo * Enter "FILETRAN [n] [Dr:]" * echo * [n] is the OPTION * echo * [Dr:] is the DRIVE you want to copy your files to (A or B) * echo * OPTION: * echo * 1. ALG2301/ALG2228 WINDOWS DRIVER VER 2.0 * echo * 2. OTHER APPLICATION DRIVER * echo * 3. WINDOWS NT DRIVER DISK * echo * 4. OS/2 DRIVER DISK # 1 * ECHO * 5. OS/2 DRIVER DISK # 2 * ECHO * * ECHO *************************************************************** goto out :out