Convert2Dsk is an application for converting Disk Copy 4.2 images into raw disk images.
Convert2Dsk was written in C# and should run anywhere that supports .NET 5.0. It has been officially tested on:
- Windows 10
- Ubuntu 20.04
- macOS 10.15
The Windows release is a self-contained x86 binary and runs on Windows 7 SP1+, 8.1, and 10.
- Download the latest Windows zip file (Convert2Dsk.Windows.zip) from https://github.com/jonthysell/Convert2Dsk/releases/latest
- Extract the zip file
The MacOS release is a self-contained x64 binary and runs on OSX >= 10.13.
- Download the latest MacOS tar.gz file (Convert2Dsk.MacOS.tar.gz) from https://github.com/jonthysell/Convert2Dsk/releases/latest
- Extract the tar.gz file
The Linux release is a self-contained x64 binary and runs on many Linux distributions.
- Download the latest Linux tar.gz file (Convert2Dsk.Linux.tar.gz) from https://github.com/jonthysell/Convert2Dsk/releases/latest
- Extract the tar.gz file
Usage: convert2dsk [--version] [--help]
[options...] <paths...>
Paths can be files or directories of files.
Supports:
DiskCopy 4.2 images: .img, .image
DiskCopy 4.2 images (encoded with BinHex 4.0): .hqx
DiskCopy 4.2 images (encoded with MacBinary II): .bin, .macbin
Options:
-v, --verbose Show verbose output
Convert2Dsk is open-source under the MIT license.
Convert2Dsk Copyright (c) 2020-2021 Jon Thysell