<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://library.morph.zone/index.php?action=history&amp;feed=atom&amp;title=Shell_Commands%2FXADUnDisk</id>
		<title>Shell Commands/XADUnDisk - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://library.morph.zone/index.php?action=history&amp;feed=atom&amp;title=Shell_Commands%2FXADUnDisk"/>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=Shell_Commands/XADUnDisk&amp;action=history"/>
		<updated>2026-04-19T14:34:17Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://library.morph.zone/index.php?title=Shell_Commands/XADUnDisk&amp;diff=2276&amp;oldid=prev</id>
		<title>JPV: Created page with &quot;''From the original xadmaster.library manual'':  '''XADUnDisk''' - The master shell tool to extract data from disk archives.  FROM/A, TO, LOWCYL/N, HIGHCYL/N, ENTRY/N, PASSWOR...&quot;</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=Shell_Commands/XADUnDisk&amp;diff=2276&amp;oldid=prev"/>
				<updated>2015-07-04T10:30:04Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;From the original xadmaster.library manual&amp;#039;&amp;#039;:  &amp;#039;&amp;#039;&amp;#039;XADUnDisk&amp;#039;&amp;#039;&amp;#039; - The master shell tool to extract data from disk archives.  FROM/A, TO, LOWCYL/N, HIGHCYL/N, ENTRY/N, PASSWOR...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;''From the original xadmaster.library manual'':&lt;br /&gt;
&lt;br /&gt;
'''XADUnDisk''' - The master shell tool to extract data from disk archives.&lt;br /&gt;
&lt;br /&gt;
FROM/A, TO, LOWCYL/N, HIGHCYL/N, ENTRY/N, PASSWORD, SAVETEXTS/K, NE=NOEXTERN/S, INFO=LIST/S, SHOWTEXTS/S, OW=OVERWRITE/S, IG=IGNOREGEOMETRY/S, FORMAT/S, DIMG=DISKIMAGE/S, NAI=NOASKINSERT/S, USL=USESECTORLABELS&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
	FROM specifies the disk archive that should be handled. Patterns&lt;br /&gt;
	are supported&lt;br /&gt;
&lt;br /&gt;
	TO is the destination. This maybe an device name like RAD:&lt;br /&gt;
	or any file name. TO is required when LIST option is not&lt;br /&gt;
	specified. When extracted to a file, this is a floppy&lt;br /&gt;
	image file (often called ADF), which can be used with all&lt;br /&gt;
	ADF dealing tools.&lt;br /&gt;
	&lt;br /&gt;
	LOWCYL and HIGHCYL name the lowest and highest cylinder that&lt;br /&gt;
	should be dearchived. Note that some clients do not support&lt;br /&gt;
	cylinder based dearchiving and thus ignore these options.&lt;br /&gt;
&lt;br /&gt;
	ENTRY specifies the entry, which should be dearchived. Normal&lt;br /&gt;
	disk archives only store 1 entry, so there is no need for that&lt;br /&gt;
	option, but maybe there are multi-disk-archivers and then you&lt;br /&gt;
	need that option to specify the wanted entry. This is a decimal&lt;br /&gt;
	number. The first entry has number 1.&lt;br /&gt;
&lt;br /&gt;
	PASSWORD can be used to supply a password for unarchiving of&lt;br /&gt;
	encrypted archives.&lt;br /&gt;
&lt;br /&gt;
	After the SAVETEXTS keyword you may specify a filename which&lt;br /&gt;
	should be used to save information texts. The name gets an&lt;br /&gt;
	additional point and the text number. E.g. &amp;quot;SAVETEXTS text&amp;quot;&lt;br /&gt;
	produces files text.1, text.2, ...&lt;br /&gt;
&lt;br /&gt;
	NOEXTERN prohibits the use of external clients for&lt;br /&gt;
	recognition purposes.&lt;br /&gt;
	&lt;br /&gt;
	INFO or LIST prints information about the archive and does not&lt;br /&gt;
	do any unarchiving.&lt;br /&gt;
	&lt;br /&gt;
	SHOWTEXTS tells the program to display information texts, if&lt;br /&gt;
	there are some of them in the archive.&lt;br /&gt;
	&lt;br /&gt;
	OVERWRITE forces the program to overwrite an already existing&lt;br /&gt;
	destination file.&lt;br /&gt;
	&lt;br /&gt;
	IGNOREGEOMETRY forces the tool to ignore wrong drive geometry&lt;br /&gt;
	when unarchiving to an device.&lt;br /&gt;
&lt;br /&gt;
	Specify USESECTORLABELS when you want to store SectorLabels onto&lt;br /&gt;
	disk (no effect for output files). Not all archivers support them&lt;br /&gt;
	and not all destination device types support this storage. Most&lt;br /&gt;
	time you will not need this switch, as the labels nearly never&lt;br /&gt;
	contain useful information.&lt;br /&gt;
&lt;br /&gt;
	If the destination disk is not formatted, use FORMAT to do this&lt;br /&gt;
	together with writing.&lt;br /&gt;
&lt;br /&gt;
	Specify DISKIMAGE, if you want to write a disk image to floppy&lt;br /&gt;
	disk. The program also asks you, if you want to handle a file&lt;br /&gt;
	as image, if the data type is not detected without DIMG keyword.&lt;br /&gt;
	This can also be used to read a disk-image from a device or to&lt;br /&gt;
	copy 2 disks.&lt;br /&gt;
&lt;br /&gt;
	Specify NOASKINSERT if you do not like to be asked to insert disk.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
	Shell&amp;gt; xadUnDisk archive.dms RAD:&lt;br /&gt;
		Unarchive the dms file to RAD:&lt;br /&gt;
&lt;br /&gt;
	Shell&amp;gt; xadUnDisk archive.dms LIST&lt;br /&gt;
		Tells information about archive.dms file.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>JPV</name></author>	</entry>

	</feed>