home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 266.lha / ClockDJ_v4.03 / ClockDJRexx / getnextwindow.rexx < prev    next >
OS/2 REXX Batch file  |  1989-07-10  |  276b  |  11 lines

  1. /* rexx  next window  */
  2. options results
  3. address clockdj
  4. getactivewindow;say result
  5. getnextwindow result;say result
  6. getnextwindow result;say result
  7. getnextwindow result;say result
  8. getnextwindow result;say result
  9. getnextwindow result;say result
  10. getnextwindow result;say result
  11.