home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d916 / mathplot.lha / MathPlot / Macros / test6.rexx < prev    next >
OS/2 REXX Batch file  |  1993-10-04  |  298b  |  18 lines

  1. /* Test of screentoback/front */
  2.  
  3. address "MPlot_ARexx"
  4. options results
  5.  
  6. if(~show('L','rexxsupport.library')) then do
  7.  if(~addlib('rexxsupport.library',0,-30,0) ) then do
  8.   say "ARexx-support-library not found"
  9.   exit 10
  10.  end
  11. end
  12.  
  13.  
  14. screentofront
  15. a=delay(150)
  16. screentoback
  17. a=delay(150)
  18. screentofront