Hi
I am trying to capture data off a terminal screen and save it to a file without saving the entire screen. We are filling out an online form that is transmitted to a mainframe. I would like to write a script that would get the value of about 5 fields on the form and write them to a file. the trick is..how do you identify the location of the of the field to aspect. I have seen emulation programs that would recognize screen coordinates e.g. MyVar=(row5,col1-row5,col21). Any ideas would be appreciated.
I am trying to capture data off a terminal screen and save it to a file without saving the entire screen. We are filling out an online form that is transmitted to a mainframe. I would like to write a script that would get the value of about 5 fields on the form and write them to a file. the trick is..how do you identify the location of the of the field to aspect. I have seen emulation programs that would recognize screen coordinates e.g. MyVar=(row5,col1-row5,col21). Any ideas would be appreciated.