Search found 1 match

by sumant
24 Mar 2015 15:20
Forum: DOS Batch Forum
Topic: provide text file as an input to a batch file
Replies: 5
Views: 4879

provide text file as an input to a batch file

I have a batch file(install.bat which i use to insatll my application) which prompts user with few questions like 'To accept licencse agreement click "y/n". i am thinking to provide the answers from a text file. i have Created a text file with the answers answers.txt y n y y i have Created...