Notes:
DIRCBM.WCX V0.10
================
Deutsch:
--------
Plugin zum Lesen/Extrahieren/Erzeugen von CBM (Commodore Business Machines)
Diskettenimages.
Derzeit werden folgende Formate unterstützt:
-D64 (Commodore 64 1541 Diskimages)
-D71 (1571 images)
-D80 (8050 images)
-D81 (1581 images)
-D82 (8250 images)
-T64 (C64 tape images)
Die Dateisortierung sollte abgeschaltet sein (Strg-F7), um die
Originalsortierung der Dateien im Diskimage zu sehen.
Beim T64-Format erfolgt die Größenangabe im TC-Fenster mit "Bytes". Bei allen
anderen Formaten erfolgt die Angabe in "Blöcken".
Funktionen:
-----------
-Lesen, Schreiben und Extrahieren der Files in einem Image
-Erzeugen von D64-Images mit 35 Tracks (Alt-F5 + D64)
-Löschen von Dateien (dzt. auch nur bei 35 Track-Images)
-nicht erlaubte Dateizeichen ( \ / : * ? " < > | ) werden durch '_' ersetzt
Todo:
-----
-bessere Characterkonvertierung
-bessere Behandlung von ungültigen Images / Files
History:
--------
V0.10
-Bugfix: Fehler beim Löschen von Dateien behoben (Namen konnten nicht richtig
zugeordnet werden)
-Change: Bisher wurden abschliessende Leerzeichen beim Lesen abgeschnitten. Das
führte zu Problemen bei Dateien, die sich nur um ein paar Blanks am
Ende des Namens unterscheiden. Dies wird nun berücksichtigt (außer bei
T64-Images).
V0.9
-Added: Unterstützung für D71 Images
-Added: Unterstützung für D81 Images
-Added: Unterstützung für Debug-Logging (siehe INI-Datei)
-Added: Unterstützung für Anhängen einer fixen Extension (.PRG), siehe INI-Datei
-Added: Unterstützung für Anzeige von gelöschten Dateien (siehe INI-Datei)
V0.8
-Korrektur bzgl. Erzeugen vieler "loo*.tmp"-Dateien im TEMP-Pfad
-Umstellung auf Pelles-C (http://www.smorgasbordet.com/pellesc/index.htm)
August 2005:
-Freigabe der Sourcen auf SourceForge unter GPL
V0.7
-Added: Erzeugen von D64-Images (dzt. nur 35 Tracks) inkl. Löschen von Dateien
-Prüfung auf zykl. Sektorlesen eingebaut
-Prüfung auf Sektor-Fehlerbytes eingebaut (wenn vorhanden)
-Bugfixes
V0.6
-Added: Unterstützung für D64 40-Track Images
V0.5
-Added: T64-Support
-Changed: bessere Dateinamenkonvertierung
V0.4
-Bugfix: Zugriffsverletzung bei erster Anwendung behoben
V0.3
-Change: Plugin heisst jetzt DIRCBM und nicht mehr D64, da es nun mehr als das
ursprünglich vorgesehene D64-Format beherrscht.
-Added: Versionsresource hinzugefügt
-Bugfix: Daten wurden um ein Byte zu kurz extrahiert
V0.2
-erste Version auf der TotalCommander Plugin-Seite
-mit Ersetzen nichterlaubter Zeichen auf '_'
V0.1
-erste Lieferung an Christian Ghisler
-mit Grundfunktionalität Lesen und Anzeigen
Dank:
-----
-Martin Hoffmann-Vetter (Berlin, Germany) für die Anregung und Unterstützung
am 8050/8052-Format, 1571- sowie 1581-Format und Beta-Testing
-"wreg" für die Anregung am T64-Format, den INI-Schaltern und Beta-Testing
-Jürgen K. für die Anregung am D64 40-Track Format
Downloads, Ideen, Wünsche, Anregungen, Kommentare, etc.:
--------------------------------------------------------
http://sourceforge.net/projects/dircbm
bzw. E-Mail an
loo66 {at} users {dot} sourceforge {dot} net
Bitte {at} durch einen Klammeraffen und {dot} durch einen Punkt ersetzen.
=============================================================================
English:
--------
Plugin to extract/view/create CBM (Commodore Business Machines) disk images
Currently the following disk image formats are supported:
-D64 (Commodore 64 1541 disk image)
-D71 (1571 images)
-D80 (8050 images)
-D81 (1581 images)
-D82 (8250 images)
-T64 (C64 tape images)
The file sorting should be turned off (Ctrl-F7), to get the original sorting
order.
With the T64 image format the file size info in the TC window has the unit
"bytes". With all other formats this unit is "blocks".
Functions:
----------
-read / write / extract files from/to the image
-create D64 images with 35 tracks (Alt-F5 + D64)
-deleting of files (currently only with 35 track images)
-replace illegal file characters with '_' ( \ / : * ? " < > | )
Todo:
-----
-better character converting
-better handling of corrupted files / images
History:
--------
V0.10
-Bugfix: correction with file deleting (file names could not be resolved
correctly)
-Change: Till now trailing blanks were ignored. This created some problems with
filenames which differ with trailing blanks only. This is corrected
(except for T64 images).
V0.9
-Added: support for D71 images
-Added: support for D81 images
-Added: support for debug logging (see INI file)
-Added: support to append .PRG extension always (see INI file)
-Added: support to show scratched files (see INI file)
V0.8
-Bugfix: no more file flooding of "loo*.tmp" files in TEMP path
-changed the compiler to Pelles-C (http://www.smorgasbordet.com/pellesc/index.htm)
August 2005:
-Release of sources at SourceForge under GPL
V0.7
-Added: creation of D64 images (only 35 tracks) incl. deleting of files
-check for "cyclic block chain" added -> no endless reads
-check for sector error codes added (if available)
-bug fixes
V0.6
-Added: support for D64 40-track images
V0.5
-Added: T64 support
-Changed: better filename conversion
V0.4
-Bugfix: access violation with first use fixed
V0.3
-Change: the name of the plugin was changed to DIRCBM, because now it supports
more then the D64 format
-Added: version resource added to .wcx file
-Bugfix: data was extracted with the last byte missing
V0.2
-first official version on TotalCommander plugin page
-added: replacement of illegal characters with '_'
V0.1
-first release to Christian Ghisler
-with basic functions READ and LIST
Thanks to:
----------
-Martin Hoffmann-Vetter (Berlin, Germany) for giving the idea and support
with the 8050/8052, 1571 and 1581 formats and for beta testing
-"wreg" for giving the idea of the T64 format, ini switches and beta testing
-Jürgen K. giving the idea for the D64 40-track format
Downloads, ideas, suggestions and comments:
-------------------------------------------
http://sourceforge.net/projects/dircbm
or write e-mail to
loo66 {at} users {dot} sourceforge {dot} net
Please change {at} to at-sign and {dot} to a dot.
Changes:
V0.10
-Bugfix: correction with file deleting (file names could not be resolved
correctly)
-Change: Till now trailing blanks were ignored. This created some problems with
filenames which differ with trailing blanks only. This is corrected
(except for T64 images).
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use