I've written a program that creates customized assembly files. At this point I want program to run my assembler, perhaps using:
system("start c:\\assembler_program.exe").
If there's a way to run it, say...
...in the background, it would be best. How does my program enter info as if from the keyboard?
Thank you for any help,

system("start c:\\assembler_program.exe").
If there's a way to run it, say...
...in the background, it would be best. How does my program enter info as if from the keyboard?
Thank you for any help,