home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / open / lblmaker.lzh / LBLFDSET.BAT < prev    next >
DOS Batch File  |  1988-01-11  |  2KB  |  40 lines

  1. echo off
  2. echo               Be sure that the hard disk is the default drive
  3. echo
  4. echo     WARNING  The hard disk must be the current drive.  If it is not, the
  5. echo              installation will not be performed properly.  Check to be
  6. echo              sure the screen displays the correct prompt for whichever
  7. echo              letter designates your hard disk, not A.
  8. pause
  9. cls
  10. echo                                       *
  11. echo                ----------L A B E L   M A K E R   6.04----------
  12. echo                Copyright (c) 1984,1985,1986,1987 Fort's Software
  13. echo                                       *
  14. echo                   Creating a subdirectory on your hard disk.
  15. md \lblmaker
  16. cd \lblmaker
  17. echo         The subdirectory \LBLMAKER has been created on your hard disk.
  18. echo                                       *
  19. echo                      Copying the files to your hard disk.
  20. copy a:lbl.bat >nul
  21. copy a:lbldlib.exe >nul
  22. copy a:lbldstat.exe >nul
  23. copy a:lblins60.exe >nul
  24. copy a:lblmkr60.doc >nul
  25. if .%1 == . goto skip1
  26. copy a:lblpnt60.att lblpnt60.bas >nul
  27. goto skip2
  28. :skip1
  29. copy a:lblpnt60.bas >nul
  30. :skip2
  31. copy a:lblut60.exe >nul
  32. dir
  33. echo                                       *
  34. echo Remove the original program disk from Drive A and place it in a safe place
  35. echo                                       *
  36. echo        Your default drive should be the subdirectory you just created
  37. echo                                      and
  38. echo                    The disk to be labeled goes in Drive B
  39. 
  40.