
---------------------------------------------
        (C) 2000 by Krzysztof Cmok
       email: sharkk@friko2.onet.pl
        program name: adfm V2.10
---------------------------------------------
History:	v1.00
		first release.
		v1.08Beta
		first public version!
		v2.10
		- for KS2.0 or better
		- not only trackdisk.device (add -d opt)
---------------------------------------------

1. Use program

	USAGE:
		How create files adf?

			ADFM am your_name.adf

		How read file.adf on DISK?

			ADFM ad your_name.adf

	OTHER USE:

		ADFM <option> <file> <other options>

		option-	'am' - create adf file
			'ad' - read adf file on DISK

		file-	file with '.adf' extension

		other options-
			-s <begin track>
			-e <end track>
			-d <devicename> eg. DF0: or DS0: and more...
			(if not exist opt '-d' will be -d compare DF0:)

2. Example of use program:

	ADFM am lotus.adf	< BASIC CREATE ADF>
	ADFM am lotus.adf -s 0 -e 79 -d DF0:
	<create disk as adf>
	ADFM am lotus.adf -s 0 -e 40 -d DS0:
	<create 0..40 tracks from disk DS0: as adf>
	ADFM ad lotus.adf	< BASIC READ FROM ADF TO DISK>
	ADFM ad lotus.adf -s 0 -e 79
	<read adf file on disk>
			
3. About program...

This program working only with kickstart 2.0 or better.
Program now working with not only trackdisk.device but
with other...

seeya! sharkk@
