home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / disks / tools / dcatdiskcopy / product-info < prev   
Fred Fish's Product-Info  |  1981-06-29  |  668b  |  36 lines

  1. .name
  2. DCatDiskCopy
  3. .type
  4. Disk Tool
  5. .short
  6. Simple disk copier with source.
  7. .description
  8. This program is simply a disk copier. You can copy a disk
  9. using any of the four floppy drives if you have them 
  10. connected.
  11. .version
  12. 1.05
  13. .author
  14. DCAT
  15. .distribution
  16. Copyrighted but Freely Redistributable
  17. .docs
  18. DiskCopy.DOC
  19. .described-by
  20. Richard Fish (rjf@amigalib.com)
  21. .submittal
  22. Submitted on disk directly by the author.
  23. .aminet-dir
  24. disk/misc
  25. .execute
  26. set choice `RequestChoice "DCatDiskCopy" "Please select an option" "View Doc" "Run Program" "Cancel"`
  27. if $choice EQ "0"
  28.   quit 5
  29. endif
  30. if $choice EQ "1"
  31.   MetaTool DiskCopy.Doc TEXT
  32. endif
  33. if $choice EQ "2"
  34.   WBRun DiskCopy
  35. endif
  36.