blob: 2d4b9cab0426ac2384eae2271206cf809385f0cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
========
unmakatr
========
-------------------------------------------------------------
convert a "K-file" bootable disk to an Atari 8-bit executable
-------------------------------------------------------------
.. include:: manhdr.rst
SYNOPSIS
========
unmakatr *imagefile.atr* *atari-executable*
DESCRIPTION
===========
If you have a bootable image made with **makeatr**\(1), but you've
lost the original executable, you can extract it from the image with
**unmakatr**.
**unmakatr** only works for images created by **makeatr**, so-called
K-File disks. It is not a general-purpose bootdisk-to-executable
converter.
DIAGNOSTICS
===========
**unmakatr** reports "Error #0" for any and all errors it may encounter.
EXIT STATUS
===========
Exit status is 0 for success, or non-zero status for failure.
.. include:: manftr.rst
|