1hatari-prg-args(1) Hatari utilities hatari-prg-args(1)
2
3
4
6 hatari-prg-args - autorun Atari programs with arguments
7
9 hatari-prg-args [-q] [Hatari args] -- <Atari program> <program args>
10
12 Utility for running Hatari so that it autostarts given Atari program
13 and inserts given arguments to program (to its basepage, with builtin
14 Hatari debugger facilities).
15
16 If Atari program arguments have same (host) path prefix as given Atari
17 program, those prefixes are replaced with "C:\". Unix path separators
18 (/) are replaced with Atari ones (\) and whole filename is upper-cased.
19
20 If program and its input files are on a disk image, all paths need to
21 be given as on with TOS, and won't be translated.
22
23 Other program arguments are passed unmodified.
24
26 Maximum Atari program command line length that can be given (in basep‐
27 age) is 126 characters.
28
29 On Unix, Atari/DOS path separators (\) need to be quoted.
30
32 -q Make Hatari quit when the started Atari program terminates. If
33 given, this needs to be the first argument.
34
36 Start SID player in mono and tell it to play given SID song:
37 hatari-prg-args -m -- atari/sidplay.ttp atari/sids/test.sid
38
39 Run it from disk image instead of host directory:
40 hatari-prg-args -m -- 'A:\SIDPLAY.TTP' 'SIDS\TEST.SID'
41
43 hatari(1), hconsole(1)
44
46 Written by Eero Tamminen <oak at helsinkinet fi>.
47
49 This program is free software; you can redistribute it and/or modify it
50 under the terms of the GNU General Public License as published by the
51 Free Software Foundation; either version 2 of the License, or (at your
52 option) any later version.
53
55 This program is distributed in the hope that it will be useful, but
56 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
57 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
58 Public License for more details.
59
60
61
62Hatari 2018-05-01 hatari-prg-args(1)