Hi there,

I am trying to find out whether there is a possibility to do this. I have an existing console app that is running. Basically it keeps track of the inventory. However, because the system was designed so badly, you can only do manual key-ins. I am thinking of writing an separate application that can actually get data from an Excel spreadsheet (this is still OK), and pumps those values into the console app as if I am typing them from the keyboard.

Basically, I need an app that is able to simulate key-press and direct them to the console app instead of my own application.

Is anyone able to throw some light on this? The solution can be in VC++ or VB.

Thanks, people, I'm going crazy doing manual key-ins for 1000+ products.


kf

KF