Page 1 of 1

Call REXX script from c++ app

PostPosted: Mon Jan 19, 2015 4:44 pm
by bashly
Hello!

How can I execute rexx script from my cpp code? Is it possible to read rexx script stdout from cpp app?

Thanks!

Re: Call REXX script from c++ app

PostPosted: Mon Jan 19, 2015 5:31 pm
by bashly
I've got it! System() is the key!