home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 499.lha / Rxgen_v1.0 / rexx / wbfront.rexx < prev    next >
OS/2 REXX Batch file  |  1991-04-08  |  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.