home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / rxgen_459.lzh / Rxgen / rexx / wbfront.rexx < prev    next >
OS/2 REXX Batch file  |  1991-02-18  |  322b  |  11 lines

  1. /* AREXX program */
  2. LIBS.intuition = '00 00 00 00'x
  3. LIBS.intuition.OPENCOUNT = 0
  4. LIBS.intuition.WBenchToBack='FEB0'x||'20'x
  5. LIBS.intuition.WBenchToFront='FEAA'x||'20'x
  6.  
  7. /* can you write a shorter program for that ? */
  8. call GenOpenLib("intuition",0)
  9. call GenACall("intuition","WBenchToFront")
  10. call GenCloseLib("intuition")
  11.