1ZIP2ST(1) Hatari utilities ZIP2ST(1)
2
3
4
6 zip2st - convert directory or .zip archive to .st disk image
7
9 zip2st <directory|srcname.zip> [dstname.st]
10
12 zip2st can be used to generate Atari .st disk image from directory and
13 .zip archive contents.
14
15 If the destination filename is not given, it's based on the source
16 name, with the .zip extension removed and .st prefix added. If basename
17 tool is present, file is saved to current directory, otherwise to the
18 directory where the source directory/archive is.
19
20 Any single directories (other than 'auto') within the source zip /
21 directory hierarchy are traversed down, to avoid adding redundant
22 intermediate directories to the generated disk image.
23
24 The .st disk image is a raw disk image, and can be written to a floppy
25 using dd(1), or converted to a .msa disk image with hmsa(1).
26
27 The contents of the uncompressed zip file needs to be smaller than
28 2.88MB (the largest floppy image size supported by Hatari).
29
30 If the source file names are longer than 8+3, use atari-convert-dir
31 script to convert them into Atari compatible ones. If the files are
32 within a .zip archive, you need to extract them before conversion.
33
35 hmsa(1), atari-convert-dir(1), atari-hd-image(1), hatari(1), unzip(1),
36 mtools(1), basename(1), dd(1).
37
39 Written by Thomas Huth <huth at tuxfamily.org> and Eero Tamminen.
40
41 This manual page was written by Teemu Hukkanen <tjhukkan at iki.fi> for
42 the Debian project and later modified by Eero Tamminen to suit the lat‐
43 est version of Hatari.
44
46 This program is free software; you can redistribute it and/or modify it
47 under the terms of the GNU General Public License as published by the
48 Free Software Foundation; either version 2 of the License, or (at your
49 option) any later version.
50
52 This program is distributed in the hope that it will be useful, but
53 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
54 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
55 Public License for more details.
56
57
58
59Hatari 2016-02-26 ZIP2ST(1)