home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga MA Magazine 1997 #3
/
amigamamagazinepolishissue03-1
/
my_favourite
/
diskmon_tools
/
diskmontools
/
product-info
< prev
Wrap
Text File
|
1996-12-22
|
3KB
|
122 lines
.name
DiskMonTools
.type
Disk Tool
.short
Disk+FileMon,Optimizer,Undel,CDPlayer...
.description
DiskMonTools (DMT) is a programm, which has many tools for Floppydisks,
Harddisks, CD-drives, RAM-Disks etc.
The tools are:
DiskMonitor, FileMonitor, DiskOptimizer, Undelete, Salvage,
Audio CD-Player, MFM-Editor, BAM-Editor, Speed-Test, Repair, ...
Supports TD64 and NSD devices.
With DMT you can edit data on any drive (hexadezimal and ascii).
Supports all block-orientated devices, such as FloppyDisks,
Harddisks, RAM-Disks, CD-ROMs, File-Partitions, etc.
All Amiga-FileSystems (OFS, FFS, INTL OFS, INTL FFS, DirCache OFS
and DirCache FFS) are supported as well as partitions with
blocksizes other than 512 bytes and you can edit the harddisk's
Rigid-Disk-Blocks.
You have additional functions, for example search data, find file-
headers, jump to Parent-/Header-/DirChache-/... Blocks, etc.
You may also edit data in files. With DMT it is possible to edit files
that are larger than the availible RAM.
In the FileMonitor you may search for data (hex and ascii).
To speed up the file access, use the Optimizer to reorganize the
filesystem-structure. Optimizing for WorkBench-access (Icons) is
as well possible as optimizing for read-only or read/write and
access to the first bytes of all files can be speed up (for file-
type recognizing tools), ...
Deleted files can be recovered using Undelete.
If you have errors on a filesystem (disk not validated) you may use
Salvage to restore all files of a Partition.
Read-/Write-Errors on Floppy-Disks (only DFx:, trackdisk.device) may
be corrected using RepairTrack.
Audio-CDs can be played using the CD Player. This CD-Player does
not have manny features but (therefore) works with manny drives and
controllers (SCSI, Tandem, SpeedUp, IdeFix, ...).
With the MfmEditor you may even edit the MEM-Encoded Data on
Floppy-Disks (the format the data is stored physically on the drive).
It has additional features, such as sorting the data, move data,
index-sync read/write (for PC-Disks), check the checksumms (for
trackdisk, diskspare and mfm.device disks), ...
On DD-Disks and compatible File-/Ram-Disks (880 KB) you can view/edit
the BAM (Block-Availible-Map) with the BamEditor.
The read-speed of any drive can be calculated.
.version
3.10
.date
1996.12.21
.author
Jörg Strohmayer
.restrictions
Full working version with 'pay shareware'-delays.
.requirements
Requires OS2.04
.reference
FreshFish-Vol9-1:New/disk/moni/DiskMon/
3.1
FreshFish-Vol9-2:BBS/disk/DiskMon-3.1.lha
3.1
FreshFish-Vol9-2:BBS/disk/DiskMon-3.0.lha
3.0
FreshFish-Vol8-1:New/disk/moni/DiskMon/
3.0
FreshFish-Vol8-2:BBS/disk/DiskMon-3.0.lha
3.0
GoldFish-Vol2-1:Files/disk/moni/DiskMon/
2.8
FreshFish-Vol5:New/disk/moni/DiskMon/
2.8
FreshFish-Vol3:New/disk/moni/DiskMon/
2.6t
.distribution
Shareware
.price
$20 (US), DM 25 (including disk: $25 (US), DM 30)
.address
Im Bachacker 10
D-35252 Dautphetal
Germany
.email
js@apg.lahn.de
.installsize
270K
.run
DiskMonTools=WB,DiskMonTools
.docs
Deutsch
English
.execute
set choice `RequestChoice "DiskMonTools" "Please select an option" "View Guide" "Run Program" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
set choice2 `RequestChoice "Language Selection" "Please select a language" "Deutsch" "English" "Cancel"`
if $choice2 EQ "0"
quit 0
endif
if $choice2 EQ "1"
MetaTool Deutsch GUIDE
endif
if $choice2 EQ "2"
MetaTool English GUIDE
endif
endif
if $choice EQ "2"
WBRun DiskMonTools
endif