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.
- Host: GitHub
- URL: https://github.com/jonthysell/convert2dsk
- Owner: jonthysell
- License: mit
- Created: 2020-09-23T19:43:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T00:58:48.000Z (over 4 years ago)
- Last Synced: 2025-03-26T15:04:27.358Z (about 1 year ago)
- Topics: classic-mac-os, tool
- Language: C#
- Homepage:
- Size: 63.5 KB
- Stars: 17
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Convert2Dsk #
[](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