home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1997 #3 / amigamamagazinepolishissue03-1 / my_favourite / diskmon_tools / diskmontools / product-info < prev   
Text File  |  1996-12-22  |  3KB  |  122 lines

  1. .name
  2. DiskMonTools
  3. .type
  4. Disk Tool
  5. .short
  6. Disk+FileMon,Optimizer,Undel,CDPlayer...
  7. .description
  8. DiskMonTools (DMT) is a programm, which has many tools for Floppydisks,
  9. Harddisks, CD-drives, RAM-Disks etc.
  10. The tools are:
  11. DiskMonitor, FileMonitor, DiskOptimizer, Undelete, Salvage,
  12. Audio CD-Player, MFM-Editor, BAM-Editor, Speed-Test, Repair, ...
  13.  
  14. Supports TD64 and NSD devices.
  15.  
  16. With DMT you can edit data on any drive (hexadezimal and ascii).
  17. Supports all block-orientated devices, such as FloppyDisks,
  18. Harddisks, RAM-Disks, CD-ROMs, File-Partitions, etc.
  19. All Amiga-FileSystems (OFS, FFS, INTL OFS, INTL FFS, DirCache OFS
  20. and DirCache FFS) are supported as well as partitions with
  21. blocksizes other than 512 bytes and you can edit the harddisk's
  22. Rigid-Disk-Blocks.
  23. You have additional functions, for example search data, find file-
  24. headers, jump to Parent-/Header-/DirChache-/... Blocks, etc.
  25.  
  26. You may also edit data in files. With DMT it is possible to edit files
  27. that are larger than the availible RAM.
  28. In the FileMonitor you may search for data (hex and ascii).
  29.  
  30. To speed up the file access, use the Optimizer to reorganize the
  31. filesystem-structure. Optimizing for WorkBench-access (Icons) is
  32. as well possible as optimizing for read-only or read/write and
  33. access to the first bytes of all files can be speed up (for file-
  34. type recognizing tools), ...
  35.  
  36. Deleted files can be recovered using Undelete.
  37.  
  38. If you have errors on a filesystem (disk not validated) you may use
  39. Salvage to restore all files of a Partition.
  40.  
  41. Read-/Write-Errors on Floppy-Disks (only DFx:, trackdisk.device) may
  42. be corrected using RepairTrack.
  43.  
  44. Audio-CDs can be played using the CD Player. This CD-Player does
  45. not have manny features but (therefore) works with manny drives and
  46. controllers (SCSI, Tandem, SpeedUp, IdeFix, ...).
  47.  
  48. With the MfmEditor you may even edit the MEM-Encoded Data on
  49. Floppy-Disks (the format the data is stored physically on the drive).
  50. It has additional features, such as sorting the data, move data,
  51. index-sync read/write (for PC-Disks), check the checksumms (for
  52. trackdisk, diskspare and mfm.device disks), ...
  53.  
  54. On DD-Disks and compatible File-/Ram-Disks (880 KB) you can view/edit
  55. the BAM (Block-Availible-Map) with the BamEditor.
  56.  
  57. The read-speed of any drive can be calculated.
  58. .version
  59. 3.10
  60. .date
  61. 1996.12.21
  62. .author
  63. Jörg Strohmayer
  64. .restrictions
  65. Full working version with 'pay shareware'-delays.
  66. .requirements
  67. Requires OS2.04
  68. .reference
  69. FreshFish-Vol9-1:New/disk/moni/DiskMon/
  70. 3.1
  71. FreshFish-Vol9-2:BBS/disk/DiskMon-3.1.lha
  72. 3.1
  73. FreshFish-Vol9-2:BBS/disk/DiskMon-3.0.lha
  74. 3.0
  75. FreshFish-Vol8-1:New/disk/moni/DiskMon/
  76. 3.0
  77. FreshFish-Vol8-2:BBS/disk/DiskMon-3.0.lha
  78. 3.0
  79. GoldFish-Vol2-1:Files/disk/moni/DiskMon/
  80. 2.8
  81. FreshFish-Vol5:New/disk/moni/DiskMon/
  82. 2.8
  83. FreshFish-Vol3:New/disk/moni/DiskMon/
  84. 2.6t
  85. .distribution
  86. Shareware
  87. .price
  88. $20 (US), DM 25 (including disk: $25 (US), DM 30)
  89. .address
  90. Im Bachacker 10
  91. D-35252 Dautphetal
  92. Germany
  93. .email
  94. js@apg.lahn.de
  95. .installsize
  96. 270K
  97. .run
  98. DiskMonTools=WB,DiskMonTools
  99. .docs
  100. Deutsch
  101. English
  102. .execute
  103. set choice `RequestChoice "DiskMonTools" "Please select an option" "View Guide" "Run Program" "Cancel"`
  104. if $choice EQ "0"
  105.   quit 5
  106. endif
  107. if $choice EQ "1"
  108.   set choice2 `RequestChoice "Language Selection" "Please select a language" "Deutsch" "English" "Cancel"`
  109.   if $choice2 EQ "0"
  110.     quit 0
  111.   endif
  112.   if $choice2 EQ "1"
  113.     MetaTool Deutsch GUIDE
  114.   endif
  115.   if $choice2 EQ "2"
  116.     MetaTool English GUIDE
  117.   endif
  118. endif
  119. if $choice EQ "2"
  120.   WBRun DiskMonTools
  121. endif
  122.