My batch file looks like:
perl program.pl
input.txt
My perl program asks for input file via user input. But when I am running my batch file, it just starts a perl program but do not automatically give "input.txt" on the next line as user input.
How to get it done.