data capture from screen

G

Guest

Hi
Is there a way to capture the data from a DOS like screen (3rd party
software) without connecting to the database. May be using the coordinate
system / copying data to clip board and searching for specific string ect.?

The screen size and pixel / resolution will be consistent for all users.
The data will always be dispayed on a specific coordinate on the screen all
the time. The filed lengths are fixed as well.

Any help is appreciated.
Thanks
Mohan
 
G

Guest

I would look for capturing data from the standard input (stdin) or changing
where the stdin comes from.
Google: stdin source Windows
Hit: WINDOWS Clipboard: send/receive text from/to DOS by redirection.
Country specific character conversion. Win 95/98 only.
(home.mnet-online.de/horst.muc/index.html)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top