My users must use one application that is made in Console. It is entirely copy and paste, but takes a very long time to finish every procedure.
My team, wanting to save time, created one application that does this with a bot. It does the entire work in more or less 15 minutes, which was around 5 hours before.
The problem is, the user can not use the machine while the bot is running, so even if the user is having less time lost, he keeps loosing time.
So I am wondering, is there a way to create an application which read data from an txt and write into the console (it just need that) in background? Without making the user stop using the machine to do other stuf?
If there is a way, could someone explain how to achieve that?
@EDIT The user can not use the machine while the bot is working because it is programmed to click automatically in certain parts of the screen (like opening the program) and then write, so if the user move the cursor or write something, everything after will be wrong, so I wanted to create a program which write the things there from background, where the user can use the machine while that happens.