home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d7xx / d783 / apipe.lha.pi < prev    next >
Text File  |  1994-03-06  |  1KB  |  56 lines

  1. .name
  2. APIPE
  3. .fullname
  4. APipe-Handler
  5. .version
  6. 37.5
  7. .date
  8. 1992.09.12
  9. .type
  10. Handler
  11. .short
  12. Alternative pipe handler (incl. source)
  13. .description
  14. The `APipe-Handler' allows you to add the `APIPE:' DOS device to your
  15. system.  This device acts as a pipe between two programs, but in a
  16. different manner than the standard `PIPE:' device does.  This handler
  17. interprets the text after the `APIPE:' prefix as a command line
  18. to execute, and the process/command which opens the file indicated
  19. by the mention of `APIPE:' can now read the standard output or write
  20. the standard input of the program indicated by the command line
  21. depending on whether the `APIPE:' file was opened for reading or
  22. writing, respectively.   Thus, the opening an `APIPE:' file is analogous
  23. to the UNIX `popen()' call, but it is more widely available to the user.\n
  24. Complete source is included and can be used as an example of a handler.
  25. .author
  26. Per Bojsen
  27. .requirements
  28. Requires AmigaOS 2.04 (V37) or later
  29. .distribution
  30. Freeware
  31. .address
  32. Maglegaards Alle 51, st. th.
  33. DK-2860 Soeborg
  34. Denmark
  35. .email
  36. bojsen@moria.home.id.dth.dk
  37. bojsen@lenler.adsp.sub.org
  38. bojsen@id.dth.dk
  39. bojsen@ithil.id.dth.dk
  40. .exectype
  41. 68000
  42. .installsize
  43. 4K - 44K
  44. The source can be trimmed from the installation saving 40K.
  45. .construction
  46. SAS/C 5.10 with full optimization
  47. .tested
  48. A3000.  No Enforcer hits known.  Tested under AmigaOS V37 through V40.
  49. .docs
  50. README
  51. .described-by
  52. Per Bojsen (bojsen@moria.home.id.dth.dk)
  53. .reference
  54. AmigaLibDisk601:APipe/
  55. 37.2
  56.