I would like to follow up on my problem of providing input to a program when running in a batch file. I have two issues I would like know if others have overcome.
First, for command input, you need to provide a seperate file for the text input. The Apollo O/S provided a syntax that the commands could be taken from the same batch file. Has anyone found this capabiliy?
Second, when using input from a text file via: Program < commands.txt When the commands.txt file is exhausted (end of file on read), how can you recover and continue to provide interactive input ?
Any suggestions ?