I am currently working on sending a file that contains one or more sentences through a parser, using command prompt.
C:\ exe argument1 file
is the format it must be sent it in command prompt
The parser works and will return the parsed sentences in the command prompt ranging from 1 to probably at most 20 lines. I want to know if there is a way to send in the text and read out the parsed lines from the prompt to a file and/or maybe a few pointers on getting there.
Many Thanks
Godspeed