Looking for a key loggerish type of program that captures text as typed then saves as a file.
We have archived data on a SunServer in an Informix Unix DataBase. We can only query the database in a terminal emulator window (WYSE 50). The forms it uses are all text based, where the user types FirstName, tab, LastName,tab, address, tab,.....just to put a few pieces of data in the informix DB. Then the user has to retype all that data in the same order, into another more current DB application.
I'd like to save (capture) the first typing to a file, then grab the data in the file and send it directly to the new DB. I know the end part is something I'd have to code, BUT if I could just grab those Keystrokes!!
I've looked at SaveMyWork which is close but does not keep the TABS.
-SFS-