|
Answer» hey pals... i'm creatin a batch file for a application n need UR help... OS : Windows xp problem : i've created batch file.. but one of the instruction expects 3 input parameters after executing for SOMETIME.. the parameters r not to be given initially.. when i execute tat statement it executes... n after some 1-2 seconds it expects 3 yes/no parameters to complete execution... without the parameters the statement WONT be executed n it stops at that point n expects input.. pls help me on how to go about this batch file...You might try redirecting the input from a file. How the program was written will determine whether this technique will work.
yourprogram < input.txt
Each yes/no RESPONSE should be on a separate line in input.txt.
Good LUCK. 8-)thanks a lot!!!! i got it...
|