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

  1. .name
  2. BootBlk_Checker
  3. .type
  4. Disk Tool
  5. .short
  6. Can check/remove/install bootblocks
  7. .description
  8. Boot Block Checker as the name suggests checks the boot block
  9. of floppy disks. It can also remove and/or install boot
  10. blocks. All current DOS types are accepted.(OS1.3, OS2.x
  11. OS3.0) Excluding disk which are High Density. (ie A4000)
  12. .version
  13. 1.00
  14. .author
  15. DCAT
  16. .distribution
  17. Copyrighted but Freely Redistributable
  18. .docs
  19. BootBlk_Check.Doc
  20. .described-by
  21. Richard Fish (rjf@amigalib.com)
  22. .submittal
  23. Submitted on disk directly by the author.
  24. .aminet-dir
  25. disk/misc
  26. .execute
  27. set choice `RequestChoice "Bootblock Checker" "Please select an option" "View Doc" "Run Program" "Cancel"`
  28. if $choice EQ "0"
  29.   quit 5
  30. endif
  31. if $choice EQ "1"
  32.   MetaTool BootBlk_Check.DOC TEXT
  33. endif
  34. if $choice EQ "2"
  35.   WBRun BootBlk_Check
  36. endif
  37.