I am looking to have a batch file login to a database for me and the execute 4 commands.
So here is what I have so far...
@echo off
Echo "password" | config -c && 13 && 14 && 3
pause
exit
So what I need this to do is to automatically accept my password as the first user input, the 13 as the second, the 15 as the third, and the 3 as the forth. Any advice or input is appreciated.