cls echo off echo. echo. COPYTUT.BAT echo. echo. This batch file copies the remainder of the I2ICE tutorial files to echo. echo. I2TUT sub-directory. These files include the example programs used echo. echo. for debugging during the tutorial. Included on this disk are echo. echo. compiled versions of the change maker program in C, Pascal, and echo. echo. FORTRAN. echo. echo. echo. * * * * Once again, this batch file assumes the following: * * * * echo. * * echo. * * echo. * 1. The tutorial disk is installed in drive A: * echo. * * echo. * 2. The destination directory is the current directory * echo. * * echo. * * echo. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * echo. echo. pause cls echo. echo. echo. Refer to the I2ICE User's Guide for echo. echo. instructions for invoking the tutorial. echo. echo. echo. echo. echo. echo. echo. Now copying files... echo. echo. copy a:*.* I2TUT cls echo. echo. echo. echo. echo. echo. echo. echo. echo. echo. echo. echo. echo. echo. echo. echo. echo. echo. echo. echo. pause echo on cls