home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
misc
/
jcgraph
/
rexx
/
keys.rex
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-02-27
|
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'