It is common to use standard input redirection to input the desired values into the interactive mode's prompts. This can be used for batch processing.
The following example will run rdseed twice on the same file, "YLtest3.13199". You can have different files, different start/end times, output options, etc. The blank lines represent a carriage return for the prompt (accepting the default).
rdseed << End_Of_Input
YLtest3.13199
d
BUNG
1
y
y
0
2002,122,17
2002,122,17,30
YLtest3.13199
d
SIND
1
y
y
0
2002,122,17,30
2002,122,19
End_Of_Input