ECHO OFF CLS ECHO **** RECIPE MANAGEMENT SOFTWARE hard disk installation **** ECHO * ECHO * ECHO This will automatically create a directory called RM on ECHO your %1 drive. ECHO * ECHO The correct files will then be copied to that directory. ECHO and decompressed. ECHO If you wish to use a drive other than the %1 drive, hold down the ECHO CTRL key and push the break key. Then restart this installation utility ECHO by typing INSTALL, a space, and the letter for the drive you wish to use ECHO followed by a colon. For example, to install on an F drive type: ECHO - ECHO INSTALL F: ECHO - ECHO - ECHO Ready to install DISK on the %1 drive. PAUSE CLS CD %1\ MD %1RM CD %1RM COPY *.* %1 ECHO * ECHO * ECHO * ECHO ALL FILES COPIED %1 ECHO * ECHO Files will decompress now .... Please wait. ECHO * ECHO * ECHO * ECHO Installation complete. ECHO * ECHO * ECHO * ECHO Type RM to run Recipe Management Software. ECHO * ECHO * ECHO * %1