echo off cls echo . echo . echo ****************************************************************************** echo * * echo * This .BAT file will install Math Maniac to your C: hard disk. * echo * If you wish to install to another hard disk letter, simply * echo * make a directory called \MANIAC and copy all of the files on * echo * this diskette to it. * echo * * echo * To continue with the installation to drive C:, press ANY key. * echo * To ABORT, please press CTRL-BREAK now... * echo * * echo ****************************************************************************** echo . echo . pause>nul md c:\MANIAC cd c:\MANIAC copy *.* c:\MANIAC c: cls echo . echo . echo ****************************************************************************** echo * * echo * All the necessary files have been successfully copied to your C: * echo * drive. Pressing ANY key now will execute the program. To abort * echo * execution of the program now, please press CTRL-BREAK... * echo * * echo ****************************************************************************** echo . echo . pause>nul mm