Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ZIP2ST(1)			Hatari utilities		       ZIP2ST(1)

NAME
     zip2st - convert directory or .zip archive to .st disk image

SYNOPSIS
     zip2st <directory|srcname.zip> [dstname.st]

DESCRIPTION
     zip2st can be used to generate Atari .st disk image from directory and .zip
     archive contents.

     If  the  destination  filename is not given, it's based on the source name,
     with the .zip extension removed and .st prefix added. If basename	tool  is
     present,  file  is  saved	to current directory, otherwise to the directory
     where the source directory/archive is.

     Any single directories (other than 'auto') within the source zip  /  direc-
     tory  hierarchy  are traversed down, to avoid adding redundant intermediate
     directories to the generated disk image.

     The .st disk image is a raw disk image, and can be written to a floppy  us-
     ing dd(1), or converted to a .msa disk image with hmsa(1).

     The  contents  of the uncompressed zip file needs to be smaller than 2.88MB
     (the largest floppy image size supported by Hatari).

     If the source file names are longer than 8+3, use atari-convert-dir  script
     to convert them into Atari compatible ones.  If the files are within a .zip
     archive, you need to extract them before conversion.

SEE ALSO
     hmsa(1),	atari-convert-dir(1),  atari-hd-image(1),  hatari(1),  unzip(1),
     mtools(1), basename(1), dd(1).

AUTHOR
     Written by Thomas Huth and Eero Tamminen.

     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  ver-
     sion of Hatari.

LICENSE
     This program is free software; you can redistribute it and/or modify it un-
     der  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 FIT-
     NESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
     details.

Hatari				   2016-02-26			       ZIP2ST(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=zip2st&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help