HDCOPY.BAT  ·  BAT  ·  441 B  ·  1988-06-23  ·  from PCLife_Volume-3_Number-3_1988
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