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

  1. .name
  2. DiskSpare
  3. .type
  4. OS Utility
  5. .short
  6. stores  more data on disks faster
  7. .description
  8. DiskSpare is a completion or replacement of the trackdisk.device.
  9. It  lets  you  store  more data on your disks faster than usual.
  10. For this a custom mfm format is used. -> No online compression !
  11. The capacities are:
  12.  
  13. - 984K with DD disks (normally 880K)
  14. - 1968K with HD disks (normally 1760K)
  15.  
  16. Diskspare.device requires Kickstart Version 2.0 or higher.
  17.  
  18. If you want to test diskspare.device (DSD from now on), simply
  19. click on the 'QuickTest' icon. The script mounts a drive 'DS0:'
  20. on Unit 0 (your DF0: drive) with 984K capacity. To format the
  21. disk, open a shell window and type: 'format drive ds0: name test'
  22. <return>. If you mount any device after 'LoadWB' you need the
  23. shell to format a disk. If you mount DSD during boot, you can
  24. use the Workbench format as for DFX. After formatting, you should
  25. be able to use the disk like any other disks.
  26. .version
  27. 3.0
  28. .author
  29. Klaus Deppisch
  30. .requirements
  31. Diskspare.device requires Kickstart Version 2.0 or higher.
  32. .distribution
  33. Freeware
  34. .address
  35. Beckenwengert 3
  36. 97246 Eibelstadt
  37. Germany
  38. .docs
  39. DOC.guide
  40. DOK.guide
  41. Support/Programmers.doc
  42. Support/Quiet.TD.DOC
  43. Support/Quiet.TD.DOK
  44. Support/V36NoClick.DOC
  45. Support/V36NoClick.DOK
  46. CrunchDisk/DOC
  47. CrunchDisk/DOK
  48. .described-by
  49. Richard Fish
  50. .submittal
  51. Submitted on disk directly by the author.
  52. .aminet-dir
  53. disk/misc
  54. .execute
  55. set choice `RequestChoice "DiskSpare" "Please select an option" "View Guide" "View Files" "Cancel"`
  56. if $choice EQ "0"
  57.   quit 5
  58. endif
  59. if $choice EQ "1"
  60.   set choice2 `RequestChoice "Language Selection" "Please select a language" "Deutsch" "English" Cancel"`
  61.   if $choice2 EQ "0"
  62.     quit 0
  63.   endif
  64.   if $choice2 EQ "1"
  65.     MetaTool DOK.guide GUIDE
  66.   endif
  67.   if $choice2 EQ "2"
  68.     MetaTool DOC.guide GUIDE
  69.   endif
  70. endif
  71. if $choice EQ "2"
  72.   set filechoice `RequestFile TITLE "Select File" REJECTPATTERN "(#?.info)"`
  73.   set dirchoice `pathname $filechoice`
  74.   set filechoice `basename $filechoice`
  75.   failat 21
  76.   cd $dirchoice
  77.   MetaTool $filechoice TEXT
  78. endif
  79.