home *** CD-ROM | disk | FTP | other *** search
- /* arexx script */
-
- idcmp = 'CLOSEWINDOW+GADGETUP'
- flags = 'WINDOWCLOSE+BACKFILL+ACTIVATE'
-
- address ARexx "'call CreateHost(hostport, notifyport, trekguide)'"
-
- WaitForPort hostport
- WaitForPort hostport
-
- call OpenWindow(hostport, 140, 80, 385, 254, idcmp, flags, 'About Trek-The Guide')
- call SetNotify(hostport, CLOSEWINDOW, hostport)
-
- /*call windowtext(hostport, 'Trek-The Guide v1.5\©1995 Jim Hines REGISTERED VERSION\ \Distributed by Exclusive PD, UK\ \Star Trek and related marks are\trademarks of Paramount Pictures\ALL RIGHTS RESERVED')*/
- call IFFImage(hostport, 'TREKGUIDE:TREKPICS/UFP', 5, 11, 390, 256, nocolor)
-
- closeport(hostport)
-