1atari-convert-dir(1) Hatari utilities atari-convert-dir(1)
2
3
4
6 atari-convert-dir - helper for creating Atari compatible disk images
7
9 atari-convert-dir sourcedir targetdir
10
12 Copies directories and files from source directory to target directory
13 so that their names are clipped to 8+3 characters in Atari GEMDOS com‐
14 patible way. Files on a disk image that is created from the converted
15 target directory, should work as well as with Hatari GEMDOS HD emula‐
16 tion.
17
18 This helper is used directly by atari-hd-image tool and its use is also
19 recommended with zip2st tool content (because Mtools mcopy doesn't con‐
20 vert long file names correctly for Atari).
21
23 atari-hd-image(1), zip2st(1), hatari(1), mcopy(1)
24
26 Written by Eero Tamminen <oak at helsinkinet fi>.
27
29 This program is free software; you can redistribute it and/or modify it
30 under the terms of the GNU General Public License as published by the
31 Free Software Foundation; either version 2 of the License, or (at your
32 option) any later version.
33
35 This program is distributed in the hope that it will be useful, but
36 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
37 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
38 Public License for more details.
39
40
41
42Hatari 2015-04-26 atari-convert-dir(1)