home *** CD-ROM | disk | FTP | other *** search
- /*
- ARexx script to close AmiTCP v4.0demo Requester Window
- so the startup sequence can continue
-
- $VER 1.0 Geoff gfellows@csu.edu.au 1-Nov-1994
- */
- address command
- if ~show("PORTS", "POINTER1") then do
- "run <>nil: user:tools/rxpointer"
- end
- "wait 10"
- address 'POINTER1'
- "move 310 430"
- "click left"
- "quit"
-