home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 6
/
FreshFish_September1994.bin
/
new
/
misc
/
math
/
mathplot
/
macros
/
test4.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1994-07-16
|
341b
|
16 lines
/* Test requestfile */
address "MPlot_ARexx"
options results
requestfile
say result rc rc2
requestfile 'title "This is the title" path ram: file myfile'
say result rc rc2
requestfile 'title "This is the title" path ram: file myfile pattern "This is the pattern"'
say result rc rc2
requestfile 'title "Save AS..." save'
say result rc rc2