CompuServe Messages

Rx Window

    03-Apr-93 11:37:44
Sb: Rx Window
Fm: Henry Williams 73527,1446
To: all
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