home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / personal / cdiary21.zip / SHARCOPY.BAT < prev   
DOS Batch File  |  1993-04-01  |  583b  |  23 lines

  1. @echo off
  2. echo : CUMBERLAND DIARY SHAREWARE COPIER
  3. echo :
  4. echo : This utility will label a diskette in Drive %1 with CDIARY 1-1
  5. echo : and copy the appropriate files to make a shareware copy of
  6. echo : Cumberland Diary that you can give to your friends.
  7. echo:
  8. if "%1"==""  goto show
  9. echo: Insert diskette in Drive %a
  10. pause
  11. label %1 cdiary 1-1
  12. copy readme %1
  13. copy install.exe %1
  14. copy install.shr %1install.cmd
  15. copy cdiary12.exe %1
  16. goto ending
  17. :show
  18. echo : ERROR: You must include the drive name:
  19. echo :
  20. echo :                  Example: SHARCOPY B:
  21. echo :
  22. :ending
  23.