Hi again;
simple version of my question
I need code if the result of my bat file is "[+] Status : Rasta!" then it will save the line above it "[+] Password : [X]"
X is the password
Can you help me with that ?
Regards
Search found 2 matches
- 06 Sep 2011 21:11
- Forum: DOS Batch Forum
- Topic: what I need is if the password found save it to text file
- Replies: 3
- Views: 4605
- 06 Sep 2011 20:52
- Forum: DOS Batch Forum
- Topic: what I need is if the password found save it to text file
- Replies: 3
- Views: 4605
what I need is if the password found save it to text file
I have this code (CMD bat file) @echo text -u text -w numeric1.txt this code is for testing passwords usually if it is find the password I get this 2 lines (I type it exactly) [+] Password : [X] [+] Status : Rasta! X is the password that it is found what I need is if the password found save it to te...