home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / system / apipe / product-info < prev    next >
Text File  |  1995-02-27  |  2KB  |  73 lines

  1. .name
  2. APipe-Handler
  3. .aminet-dir
  4. util/shell
  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. .reference
  28. AmigaLibDisk783:APipe/
  29. 37.4
  30. AmigaLibDisk601:APipe/
  31. 37.2
  32. .requirements
  33. Requires AmigaOS 2.04 (V37) or later
  34. .distribution
  35. Freeware
  36. .address
  37. Maglegaards Alle 51, st. th.
  38. DK-2860 Soeborg
  39. Denmark
  40. .email
  41. bojsen@moria.home.id.dth.dk
  42. bojsen@lenler.adsp.sub.org
  43. bojsen@id.dth.dk
  44. bojsen@ithil.id.dth.dk
  45. .exectype
  46. 68000
  47. .installsize
  48. 4K - 44K
  49. The source can be trimmed from the installation saving 40K.
  50. .construction
  51. SAS/C 5.10 with full optimization
  52. .tested
  53. A3000.  No Enforcer hits known.  Tested under AmigaOS V37 through V40.
  54. .docs
  55. README
  56. .described-by
  57. Per Bojsen (bojsen@moria.home.id.dth.dk)
  58. .contents
  59. APipe        The `APipe-Handler' allows you to add the `APIPE:' DOS device to
  60.         your system.  This device acts as a pipe between two programs,
  61.         but in a different manner than the standard `PIPE:' device does.
  62.         This handler interprets the text after the `APIPE:' prefix as a
  63.         command line to execute, and the process/command which opens the
  64.         file indicated by the mention of `APIPE:' can now read the
  65.         standard output or write the standard input of the program
  66.         indicated by the command line depending on whether the `APIPE:'
  67.         file was opened for reading or writing, respectively.   Thus,
  68.         the opening an `APIPE:' file is analogous to the UNIX `popen()'
  69.         call, but it is more widely available to the user.  Complete
  70.         source is included and can be used as an example of a handler.
  71.         Version 37.5, an update to version 37.4 on disk number 783.
  72.         Author:  Per Bojsen
  73.