home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The AGA Experience 2
/
agavol2.iso
/
software
/
diskmags
/
scripts&guides
/
startrek
/
trx
/
about
next >
Wrap
Text File
|
1995-06-16
|
642b
|
18 lines
/* 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)