Thank you for your help !!!..
I know your answers are all great ! But I needed to fix this asap because I'm being ddos attacked, so I had to fix it coding a console app in C++.
I really appreciate your help.
Search found 3 matches
- 23 Nov 2012 17:54
- Forum: DOS Batch Forum
- Topic: Batch findstr with quotes
- Replies: 5
- Views: 6913
- 23 Nov 2012 15:07
- Forum: DOS Batch Forum
- Topic: Batch findstr with quotes
- Replies: 5
- Views: 6913
Re: Batch findstr with quotes
Thank you for your help mate. I've tried with
but it's still not working. Thank you anyways, I'll keep trying..
Code: Select all
findstr """%1""" %systemdrive%\Qaas\blocqedips.qas
but it's still not working. Thank you anyways, I'll keep trying..
- 23 Nov 2012 13:45
- Forum: DOS Batch Forum
- Topic: Batch findstr with quotes
- Replies: 5
- Views: 6913
Batch findstr with quotes
I'm trying to figure out how to modify this script to make exact searches. I need to search for a string (eg: "123.12" -- with quotes) I'm trying to modify a Firewall Batch Script to block certain IP's This is the script ipconfig | findstr "Address" | qut -d: -f 2 | qni > %system...