home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd2.bin
/
bbs
/
gfx
/
jcgraph-1.21.lha
/
JcGraph
/
Rexx
/
Keys.rex
< prev
next >
Wrap
OS/2 REXX Batch file
|
1992-10-05
|
807b
|
20 lines
/* Keys.rex */
/* -------- */
/* Description: Enable user to assign rexx script to F6 to F10 function */
/* keys. This is another button cluster so this script */
/* doesn't do the actual stuff but rather call other */
/* scripts. */
address 'JCGRAPH'
'button 1 Label=>>F6 JcGraph:rexx/AssignF6.rex'
'button 2 Label=>>F7 JcGraph:rexx/AssignF7.rex'
'button 3 Label=>>F8 JcGraph:rexx/AssignF8.rex'
'button 4 Label=>>F9 JcGraph:rexx/AssignF9.rex'
'button 5 Label=>>F10 JcGraph:rexx/AssignF10.rex'
'button 6 Label= JcGraph:rexx/Keys.rex'
'button 7 Label= JcGraph:rexx/Keys.rex'
'button 8 Label= JcGraph:rexx/Keys.rex'
'button 9 Label=Main JcGraph:rexx/ButtonCluster1.rex'
'button 10 Label= JcGraph:rexx/Keys.rex'