home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / disk / misc / disk_k / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-23  |  1.0 KB  |  51 lines

  1. .name
  2. DISK_K
  3. .type
  4. Disk Tool
  5. .short
  6. Disk formatting/naming utilitiy
  7. .description
  8. DISK_K is a versatle disk name and formatter program. You can create
  9. 'name' files with numbers and every time you insert a disk and rename
  10. it, the number will be incremented and used as part of the name of the
  11. next disk. The date and time can also be used as a disk name along
  12. with any custom name. Format mode now allows the creation of custom
  13. format scripts(easy).
  14. .version
  15. 2.1
  16. .date
  17. 1995.05.30
  18. .author
  19. Kenneth J. McCormick
  20. .requirements
  21. OS2.0+
  22. .distribution
  23. Copyrighted but Freely Redistributable
  24. .email
  25. mrlucky@cup.portal.com
  26. .docs
  27. CONTENTS
  28. DK/DK.docs
  29. DK/DK.guide
  30. .described-by
  31. Richard Fish (rjf@amigalib.com)
  32. .submittal
  33. Submitted on disk directly by the author.
  34. .aminet-dir
  35. disk/misc
  36. .execute
  37. set choice `RequestChoice "DISK_K" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
  38. if $choice EQ "0"
  39.   quit 5
  40. endif
  41. if $choice EQ "1"
  42.   MetaTool DK/DK.docs TEXT
  43. endif
  44. if $choice EQ "2"
  45.   cd DK
  46.   MetaTool DK.guide GUIDE
  47. endif
  48. if $choice EQ "3"
  49.   DK/DK
  50. endif
  51.