Short:        Multiple input/output handler
Author:       md3peter@mdstud.chalmers.se (Peter Westerström)
Uploader:     md3peter mdstud chalmers se (Peter Westerström)
Type:         util/misc
Architecture: m68k-amigaos

    MIO V1.0 © 1995 Peter Westerström.
    
    MIO.c - Multiple input/output device
    ------------------------------------

    Requirements: WB2.0 or higher (V37)

    Output to one or several files
    Input from several files

    Example:
      copy s:klas MIO:ram:s1,ram:s2,con://///WAIT
      - Copy the file s:klas to the files MIO:ram:s1, ram:s2 and con:

      copy MIO:s:klas,* con://///WAIT
      - First copy the file s:klas and then the standardinput to con:

   This is useful when you want to see what a program outputs and
   saving the output to a file for later use...


  Problems/To do:
   · The * is in some shells used as a wildcard, that causes some problems.
   · Maybe an enviroment variable to tell if always send to standard-out or not.
   · Maybe an enviroment to set default in/out files.
   · There is a limit of 256 bytes for the whole path after MIO:
   · Max 10 files (9 commas)

  History:
   1.0 First version made.

  IMPORTANT:
   This product is freely distributable unchanged.  It can be included
   in any non-profit shareware or similar program package without specific
   permission from the author.
   The program is provided AS IS, without waranty of any kind, all use is
   at YOUR OWN RISK.  Author is not responsible for ANY data lost or damaged
   by this software.

  =========================================================================
   Normally you reach me at:
    SNAILMAIL: Peter Westerström, Älgstigen 29b, S-433 50 Partille, Sweden
    PHONE:     +46-(0)31-987645 (in summer (July) use +46-(0)496-40389 )
    EMAIL:     md3peter@mdstud.chalmers.se
    Or leave a message on Rage's BBS "Dagcentral 90210" to Digimatic.
   RAGE's homepage http://www.dtek.chalmers.se/~d3dick/rage.html
  =========================================================================