cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
70
Views
0
Helpful
1
Replies

Can't figure out how to get open DNS to work...

vorrasi.heidi
Level 1
Level 1

When I look for bugs, I get this:

C:\Users\Heidi>C:\WINDOWS\system32>nslookup -type=txt debug.opendns.com.
'C:\WINDOWS\system32' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\Heidi>C:\WINDOWS\system32>nslookup -type=txt debug.opendns.com
'C:\WINDOWS\system32' is not recognized as an internal or external command,
operable program or batch file.

1 Reply 1

w3d
Level 1
Level 1
C:\WINDOWS\system32>nslookup -type=txt debug.opendns.com

You have an erroneous character ">" - change the ">" (after "system32") to "\".

OR, remove the "C:\WINDOWS\system32>" from the start of that line altogether since "nslookup" should already be in the search file path.