Is it possible to call a dos command line executable without having the dos window open.
I am calling a program that was written for DOS with a windows dialog using the system command.
system(".exe< file.txt"
I understand why the dos window pops up, but is it possible to call this executable without the dos window popping up?
I am calling a program that was written for DOS with a windows dialog using the system command.
system(".exe< file.txt"
I understand why the dos window pops up, but is it possible to call this executable without the dos window popping up?