Hi,
I have a problem passing inputs to an application being called from a
batch file during the exetution of the application. The variable to
pass is 'Y', which needs to be passed 3 times during the execution of
the called application. I am successful in passing it the first time by
using the 'echo' command -
echo Y|abc.exe
The problem is, the called exe is taking 'N' as the next 2 inputs even
if I do not mention it in my batch file.
Any idea how to resolve this situation?
Regards,
Somik.