1XDMS(1) General Commands Manual XDMS(1)
2
3
4
6 xdms - decompressing Amiga DMS files
7
9 xdms [-d destdir] [-p passwd] [-q] [-v] <command> dmsfile [outputfile]
10 Commands:
11
12 xdms u Unpack file
13
14 xdms b Show attached banner
15
16 xdms d Show attached FILEID.DIZ
17
18 xdms f View full image information
19
20 xdms t Test archive
21
22 xdms v View DMS archive information
23
24 xdms x Extract files inside DMS archives using readdisk
25
26 xdms z Unpack to disk image and compress with gzip
27
29 This manual page documents briefly the xdms command.
30
31 xdms is a tool for decompressing Amiga DMS files. DMS files contain
32 disk images that are these days mainly useful for Amiga emulation. It
33 can unpack DMS images to ADF images.
34
36 -d destdir
37 Unpack to a separate destination directory.
38
39 -f Override errors. Useful for desperate data salvaging.
40
41 -p passwd
42 Decrypt with a password.
43
44 -q Be quiet.
45
46 -v Be verbose.
47
49 To unpack a DMS file, do:
50
51 xdms u foo.dms
52
54 Maybe.
55
57 amigadepacker(1), lha(1), ppcrack(1), uae(1). unadf(1), unlzx(1),
58 xPK(1)
59
61 xdms was written by Andre' Rodrigues de la Rocha, but now hosted and
62 maintained by Heikki Orsila <heikki.orsila@iki.fi>.
63
64 This manual page was written by Gürkan Sengün <gurkan@linuks.mine.nu>,
65 for the Debian project, and Heikki Orsila <heikki.orsila@iki.fi>.
66
67
68
69 December 11, 2005 XDMS(1)