I have an aged WIN98 computer mostly running DOS programs. Needed because a vital measurement program has only DOS version.
In order for some new interface hardware to work a configuration program needs to run on boot up.
This program, "initfg.exe", will only terminate with ESC key pressed.
I've tried with Windows Script Host and Nircmd (excellent freeware) but neither can pass a character to the running "initfg.exe".
I have a feeling I should be able to do this with AutoIt but haven't found an answer.
Also will an AutoIt EXE run in DOS mode?