home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo Be sure that the hard disk is the default drive
- echo
- echo WARNING The hard disk must be the current drive. If it is not, the
- echo installation will not be performed properly. Check to be
- echo sure the screen displays the correct prompt for whichever
- echo letter designates your hard disk, not A.
- pause
- cls
- echo *
- echo ----------L A B E L M A K E R 6.04----------
- echo Copyright (c) 1984,1985,1986,1987 Fort's Software
- echo *
- echo Creating a subdirectory on your hard disk.
- md \lblmaker
- cd \lblmaker
- echo The subdirectory \LBLMAKER has been created on your hard disk.
- echo *
- echo Copying the files to your hard disk.
- copy a:lbl.bat >nul
- copy a:lbldlib.exe >nul
- copy a:lbldstat.exe >nul
- copy a:lblins60.exe >nul
- copy a:lblmkr60.doc >nul
- if .%1 == . goto skip1
- copy a:lblpnt60.att lblpnt60.bas >nul
- goto skip2
- :skip1
- copy a:lblpnt60.bas >nul
- :skip2
- copy a:lblut60.exe >nul
- dir
- echo *
- echo Remove the original program disk from Drive A and place it in a safe place
- echo *
- echo Your default drive should be the subdirectory you just created
- echo and
- echo The disk to be labeled goes in Drive B
-