home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d9xx
/
d926
/
jcgraph.lha
/
JcGraph
/
Rexx
/
Startup.rex
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-10-07
|
518b
|
14 lines
/* Startup.rex */
/* ----------- */
/* Description: This is the ARexx script executed at startup time. It */
/* sets default window position and assign script to Rexx */
/* button. You can change it here or change the name in */
/* tooltypes. */
address 'JCGRAPH'
/* First, set the default ARexx button */
'rx JcGraph:rexx/ButtonCluster1.rex'
/* Second, set the window pos. value */
'rx JcGraph:rexx/LoadWindowPosDefault.rex'