Skip to content

An application for converting Disk Copy 4.2 images into raw disk images.

License

Notifications You must be signed in to change notification settings

jonthysell/Convert2Dsk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert2Dsk

CI Build

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

Installation

Windows

The Windows release is a self-contained x86 binary and runs on Windows 7 SP1+, 8.1, and 10.

  1. Download the latest Windows zip file (Convert2Dsk.Windows.zip) from https://github.com/jonthysell/Convert2Dsk/releases/latest
  2. Extract the zip file

MacOS

The MacOS release is a self-contained x64 binary and runs on OSX >= 10.13.

  1. Download the latest MacOS tar.gz file (Convert2Dsk.MacOS.tar.gz) from https://github.com/jonthysell/Convert2Dsk/releases/latest
  2. Extract the tar.gz file

Linux

The Linux release is a self-contained x64 binary and runs on many Linux distributions.

  1. Download the latest Linux tar.gz file (Convert2Dsk.Linux.tar.gz) from https://github.com/jonthysell/Convert2Dsk/releases/latest
  2. Extract the tar.gz file

Usage

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

Errata

Convert2Dsk is open-source under the MIT license.

Convert2Dsk Copyright (c) 2020-2021 Jon Thysell