home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / disks / misc / flat / product-info < prev   
Fred Fish's Product-Info  |  1981-06-29  |  1KB  |  58 lines

  1. .name
  2. Flat
  3. .type
  4. Device Handler
  5. .short
  6. Handler for block-mapped filing devices
  7. .description
  8. A filing system handler which implements block-mapped filing devices
  9. such as available under Un*x.  Read and write calls are mapped to
  10. low-level system IO operations which allow to treat devices such as
  11. df0:, dh0:, rad:, etc. as big data files.  These `virtual' files can
  12. be copied, read and written just like any standard AmigaDOS file.  It
  13. is even possible to copy a whole disk with the CLI `Copy' command or
  14. to archive disks with LhArc and the like.  Written as a supplement for
  15. the Amiga `tar' program.
  16. .version
  17. 1.3
  18. .date
  19. .author
  20. Olaf `Olsen' Barthel
  21. .restrictions
  22. .requirements
  23. .reference
  24. AmigaLibDisk535:Flat/
  25. 1.3
  26. .keywords
  27. .distribution
  28. Shareware
  29. .price
  30. .address
  31. Brabeckstrasse 35
  32. D-3000 Hannover 71
  33. Federal Republic of Germany
  34. .email
  35. .phone
  36. .fax
  37. .exectype
  38. .installsize
  39. .source
  40. Includes source in C.
  41. .construction
  42. .tested
  43. .docs
  44. Flat.doc
  45. .described-by
  46. Fred Fish (fnf@fishpond.cygnus.com)
  47. .submittal
  48. .execute
  49. set choice `RequestChoice "Flat Handler" "Please select an option" "View Documentation" "Cancel"`
  50. if $choice EQ "0"
  51.   quit 5
  52. endif
  53. if $choice EQ "1"
  54.   MetaTool Flat.doc TEXT
  55. endif
  56. .aminet-dir
  57. disk/misc
  58.