View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
abc[_6_] abc[_6_] is offline
external usenet poster
 
Posts: 7
Default How to read text content of AS400 screen

Dear all,

Is there a way to read all the text content of a dos mode interface
application, like AS400 or dos prompt?
I want to write a macro to read AS400 current menu's content and status,
then do some calculation and make some input by sendkeys funtion
thereafter.

Thanks