home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / os2 / edmi3.zip / DPIPELN.ZIP / DPIPELN.MAN < prev    next >
Text File  |  1993-05-20  |  2KB  |  135 lines

  1. DPIPELN(1)               USER COMMANDS                 DPIPELN(1)
  2.  
  3. NAME
  4.      dpipeln - Execute a Dos command from  an  OS/2  session  and
  5.      pipe the output back to the OS/2 session
  6.  
  7. SYNOPSIS
  8.      dpipeln [ -v ]  [ -f ]  [ -sdos_settings_filename ]
  9.              [ -ttemp_dir_name ] dos_command
  10.  
  11. DESCRIPTION
  12.      DPipeLn allows a user to start a Dos command  from  an  OS/2
  13.      session.  The stdout of the Dos command is piped back to the
  14.      OS/2 session so that the Dos command acts like an OS/2  com-
  15.      mand.
  16.  
  17. OPTIONS
  18.      -v   Start the Dos session and make it visible.  The default
  19.           is to keep the window invisible.
  20.  
  21.      -s   Specify the file where Dos settings may be found.   Dos
  22.           settings  files  contain the same strings of text found
  23.           in the Dos Settings boxes.  An example  of  a  settings
  24.           file is found below:
  25.  
  26.           EMS_MEMORY_LIMIT=128
  27.           XMS_MEMORY_LIMIT=8192
  28.           DPMI_DOS_API=ENABLED
  29.           DPMI_MEMORY_LIMIT=8
  30.           IDLE_SENSITIVITY=75
  31.           HW_TIMER=ON
  32.           VIDEO_RETRACE_EMULATION=OFF
  33.  
  34.      -f   Start the Dos session in the foreground.
  35.  
  36.      -t   Specify the location for temporary files.
  37.  
  38. ENVIRONMENT VARIABLES
  39.  
  40.      DPipeLn needs a temporary directory to store a file in.
  41.      That directory can be specified with any one of the following
  42.      variables:
  43.  
  44.         DPIPELN_TEMP
  45.         TEMP
  46.         TMP
  47.  
  48.      These variables are searched for in the above order.  If no variable
  49.      is found then the files are created in the current directory.
  50.  
  51. KNOWN PROBLEMS
  52.      DPipeLn will set it's return code to the return code of  the
  53.      Dos  program  only if 4Dos is the command processor.  Other-
  54.      wise the return code will always be 0  except  when  DPipeLn
  55.      itself has a problem.  Then the return code will be -1.
  56.  
  57.      DPipeLn will display the stderr of the Dos program  only  if
  58.      4Dos is the command processor.
  59.  
  60.  
  61. AUTHOR
  62.      Charles R. Oldham (cro@socrates.ed.asu.edu)
  63.  
  64.  
  65.                    Last change: 27 April 1993                   1
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72. DPIPELN(1)               USER COMMANDS                 DPIPELN(1)
  73.  
  74.  
  75.  
  76.      Charles R. Oldham
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131. Sun Release 4.1    Last change: 27 April 1993                   2
  132.  
  133.  
  134.  
  135.