[Toc][Index]

Call another REXX program (OS/2 v2.1)





 
/* code sequence to call a program from within a REXX program if      */
/* the first part of the path of the program is stored in a           */
/* variable (only necessary if you are using OS/2 2.1)                */

                                /* create an environment variable     */
  dummy=value( "drive", "C:", "OS2ENVIRONMENT" )

  "%drive%\os2\attrib *.*"
                                /* delete the environment variable    */
  dummy=value( "drive", "", "OS2ENVIRONMENT" )

  

Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995
Peter Childs