home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-23 | 804 b | 37 lines |
- .name
- BootBlk_Checker
- .type
- Disk Tool
- .short
- Can check/remove/install bootblocks
- .description
- Boot Block Checker as the name suggests checks the boot block
- of floppy disks. It can also remove and/or install boot
- blocks. All current DOS types are accepted.(OS1.3, OS2.x
- OS3.0) Excluding disk which are High Density. (ie A4000)
- .version
- 1.00
- .author
- DCAT
- .distribution
- Copyrighted but Freely Redistributable
- .docs
- BootBlk_Check.Doc
- .described-by
- Richard Fish (rjf@amigalib.com)
- .submittal
- Submitted on disk directly by the author.
- .aminet-dir
- disk/misc
- .execute
- set choice `RequestChoice "Bootblock Checker" "Please select an option" "View Doc" "Run Program" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
- if $choice EQ "1"
- MetaTool BootBlk_Check.DOC TEXT
- endif
- if $choice EQ "2"
- WBRun BootBlk_Check
- endif
-