DragonFly On-Line Manual Pages
ZIP2ST(1) Hatari utilities ZIP2ST(1)
NAME
zip2st - a program for converting .zip archives to Atari .st disk
images
SYNOPSIS
zip2st srcname.zip [dstname.st]
DESCRIPTION
zip2st can be used to convert a .zip file to a .st disk image.
If the destination filename is not given, use the name of the .zip
file, without the extension, and save it in the current working
directory.
Any single directories (other than 'auto') at root of the zip archive
are traversed down to avoid adding redundant intermediate directories
from the zip file to the generated disk image.
The .st disk image is a raw disk image, and can be written to a floppy
using dd(1) or converted to .msa disk image with hmsa(1).
The contents of the uncompressed zip file need to be smaller than
2.88MB (the largest floppy image size supported by Hatari).
SEE ALSO
hmsa(1), atari-hd-image(1), hatari(1), unzip(1), mtools(1), dd(1).
AUTHOR
Written by Thomas Huth <huth at tuxfamily.org>.
This manual page was written by Teemu Hukkanen <tjhukkan at iki.fi> for
the Debian project and later modified by Eero Tamminen to suit the
latest version of Hatari.
LICENSE
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
NO WARRANTY
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
Hatari 2012-05-30 ZIP2ST(1)