home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 5_programming / setenv < prev    next >
Encoding:
Text File  |  2002-10-28  |  307 b   |  12 lines

  1. Synopsis:
  2.    setenv <var-name> <value>
  3.  
  4. Description:
  5.    SETENV sets the environment variable <var-name> for EPIC's current process
  6.    and all processes /exec'd under it. It isn't extremely useful, but is
  7.    provided for completeness.
  8.  
  9. See Also:
  10.    assign(5) Environment(7); Expressions(7);
  11.  
  12.