home *** CD-ROM | disk | FTP | other *** search
- /* Script ARexx Test Script */
-
- OPTIONS RESULTS
- address command 'run C:Scripit -x XIT2'
- address command 'c:waitforport XIT2'
- address XIT2
- 'verbose off'
- 'select active'
- 'q window'
- say 'Window : ' result
- 'q screen'
- say 'Screen : ' result
- 'q windowdata'
- say 'Window Data : ' result
- 'q windowlimits'
- say 'Window Limits: ' result
- 'q screendata'
- say 'Screen Data : ' result
- 'q activewindow'
- say 'Active Window: ' result
- 'q activescreen'
- say 'Active Screen: ' result
- 'q pointerpos'
- say 'Pointer : ' result
- 'q mousepos'
- say 'Mouse : ' result
- 'q path c:list'
- say 'Path : ' result
- 'select screen work work'
- 'q windowflags'
- say 'Window Flags : ' result
- 'q screenflags'
- say 'Screen Flags : ' result
-
- 'QUIT'
-