echo off echo This batch file will copy PC LIFE echo to the C: drive, into a directory called C:\PCL33 echo pause Press any key to continue echo echo off md c:\PCL33 > nul echo Copying files . . . Copy a:\PCL33 c:\PCL33 >NUL Copy a:\pclife.bat c:\ >NUL Copy a:\pclife.bat c:\PCL33 >NUL echo echo PC LIFE has been copied into the C:\PCL33 directory. echo Type PCLIFE to start PC LIFE from your hard disk. c: cd \PCL33