cls echo off echo. echo. COPYTUT.BAT echo. echo. This batch file creates a sub-directory named I2TUT on the fixed echo. echo. disk in the current directory. Then some of the files needed for echo. echo. the I2ICE tutorial is copied from the tutorial floppy disk to the echo. echo. I2TUT sub-directory on the fixed disk. echo. echo. echo. * * * * * * * 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. echo. echo. Directory named I2TUT being created... echo. echo. mkdir I2TUT echo. echo. echo. I2TUT directory created, now copying files... echo. echo. copy a:\scr001\*.* I2TUT copy a:\scr002\*.* I2TUT copy a:*.* I2TUT cls echo. echo. echo. echo. echo. echo. echo. echo. echo. echo. echo. echo. Some of the I2ICE Tutorial is now stored in sub-directory I2TUT. echo. echo. echo. echo. Now swap tutorial disks and enter COPYTUT.BAT again. echo. echo. echo. echo. echo. echo. echo. echo. pause echo on cls