home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / ETOOLS.ZIP / PROJECT.CMD < prev    next >
OS/2 REXX Batch file  |  1992-09-01  |  165b  |  5 lines

  1. /* This routine will display the current project that you are working on.     */
  2. SAY "Your are currently working on:" VALUE('PROJECT',,'OS2ENVIRONMENT')
  3.  
  4. RETURN
  5.