Is it possible to run a command in a running program via a batch file?
I have to address the following problem: Currently i start a commando-based program without gui via batch file. This software takes approx. 10 seconds to start and enables to control it with command inputs. Is it possible to pipe a command into the program and run it after the program has started only by the batch file the program started?