home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d529 / clockdj.lha / ClockDJ / ClockRexxExamples / getnextwindow.rexx < prev    next >
OS/2 REXX Batch file  |  1991-08-05  |  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.