home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / scrmod.zip / WINDOWS.SCR < prev    next >
Text File  |  1991-12-30  |  343b  |  15 lines

  1. > ; Script test DIAL command
  2. >timeout = 0
  3. >windowpos (1,1)
  4. >windowprms(on,0,0)
  5. >windowsize(10,50)
  6. >windowtitle('Window Functions Command Test')
  7. >windowshow()
  8. >watch(on)
  9. >message ('This is a test of the window commands')
  10. >wait()
  11. >message['lines and text and message commands printed')
  12. >wait()
  13. >watch(off)
  14. >message('Done')
  15. >wait()