Can you use ipconfig\all to search for words ?

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
aBad86
Posts: 1
Joined: 21 Sep 2014 14:07

Can you use ipconfig\all to search for words ?

#1 Post by aBad86 » 21 Sep 2014 14:20

my lecture gave us this command ( ipconfig\all | find "word") to find all the occurrences of a word but its not working for me what am i doing wrong ?

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: Can you use ipconfig\all to search for words ?

#2 Post by foxidrive » 21 Sep 2014 15:52

Edit: this is multiposted http://stackoverflow.com/questions/2596 ... -for-words

Don't use \ there, try using /

The find command is also case sensitive when it doesn't have the /i switch.

Post Reply