An open API service indexing awesome lists of open source software.

https://github.com/jonthysell/convert2dsk

An application for converting Disk Copy 4.2 images into raw disk images.
https://github.com/jonthysell/convert2dsk

classic-mac-os tool

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Convert2Dsk #

[![CI Build](https://github.com/jonthysell/Convert2Dsk/actions/workflows/ci.yml/badge.svg)](https://github.com/jonthysell/Convert2Dsk/actions/workflows/ci.yml)

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](https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0-supported-os.md). 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 ##

```none
Usage: convert2dsk [--version] [--help]
[options...]

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