Rx Window
Hello. I have been trying to get the list results sent to my ARexx window
without any luck. Could someone show me how to send DOS results to an ARexx
window like the one I have here 'FilePtr' please?
if~open('FilePtr','con:0/20/640/109/ARexx Task/CLOSE','W') then exit 20 address
command 'delete #?.o' address command 'list #?.c' call writeln 'FilePtr',
'…Press RETURN to exit' call readln 'FilePtr'
Thanks for the hand…..Henry Williams