In the mainframe environment it is possible to stack lines to be read 
by a 
program in the Rexx queue, then invoke the program, which then reads the 
lines as if they were typed from the console.

        :
  queue 'response 1'
  queue 'response 2'
  queue ''                              -- null line indicates end of stacked 
lines
  address COMMAND 'someprogram' -- someprogram reads lines from the queue
        :

        Is it possible to do this with ooRexx?  It would be useful e.g. when a 
program wants to read a password from the command line.

Leslie

------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to