home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-23 | 1.0 KB | 51 lines |
- .name
- DISK_K
- .type
- Disk Tool
- .short
- Disk formatting/naming utilitiy
- .description
- DISK_K is a versatle disk name and formatter program. You can create
- 'name' files with numbers and every time you insert a disk and rename
- it, the number will be incremented and used as part of the name of the
- next disk. The date and time can also be used as a disk name along
- with any custom name. Format mode now allows the creation of custom
- format scripts(easy).
- .version
- 2.1
- .date
- 1995.05.30
- .author
- Kenneth J. McCormick
- .requirements
- OS2.0+
- .distribution
- Copyrighted but Freely Redistributable
- .email
- mrlucky@cup.portal.com
- .docs
- CONTENTS
- DK/DK.docs
- DK/DK.guide
- .described-by
- Richard Fish (rjf@amigalib.com)
- .submittal
- Submitted on disk directly by the author.
- .aminet-dir
- disk/misc
- .execute
- set choice `RequestChoice "DISK_K" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
- if $choice EQ "1"
- MetaTool DK/DK.docs TEXT
- endif
- if $choice EQ "2"
- cd DK
- MetaTool DK.guide GUIDE
- endif
- if $choice EQ "3"
- DK/DK
- endif
-