home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-23 | 1.2 KB | 58 lines |
- .name
- Flat
- .type
- Device Handler
- .short
- Handler for block-mapped filing devices
- .description
- A filing system handler which implements block-mapped filing devices
- such as available under Un*x. Read and write calls are mapped to
- low-level system IO operations which allow to treat devices such as
- df0:, dh0:, rad:, etc. as big data files. These `virtual' files can
- be copied, read and written just like any standard AmigaDOS file. It
- is even possible to copy a whole disk with the CLI `Copy' command or
- to archive disks with LhArc and the like. Written as a supplement for
- the Amiga `tar' program.
- .version
- 1.3
- .date
- .author
- Olaf `Olsen' Barthel
- .restrictions
- .requirements
- .reference
- AmigaLibDisk535:Flat/
- 1.3
- .keywords
- .distribution
- Shareware
- .price
- .address
- Brabeckstrasse 35
- D-3000 Hannover 71
- Federal Republic of Germany
- .email
- .phone
- .fax
- .exectype
- .installsize
- .source
- Includes source in C.
- .construction
- .tested
- .docs
- Flat.doc
- .described-by
- Fred Fish (fnf@fishpond.cygnus.com)
- .submittal
- .execute
- set choice `RequestChoice "Flat Handler" "Please select an option" "View Documentation" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
- if $choice EQ "1"
- MetaTool Flat.doc TEXT
- endif
- .aminet-dir
- disk/misc
-