Hey, Im working on a speech program that takes a defined file and reads it. But im trying to keep it from being hardcoded, Ive got it to work with Command Line Args, but Im wanting to create a batch file where I define the file to be read from there. Ive got the CMD line need
type C:\test.txt|Speech.exe
but I cant find a way to have my program open up and recieve the Standard IO. Anyone have any tips?
