A
alpo486
when I create a text file with:
wmic ntdomain get /value > z:\test\test.txt
then run
findstr /i /r ".*" z:\test\test.txt
The output has a dot between each character.
Is there any way to strip these out? The text.txt file only displays these
dots when used with findstr.exe
wmic ntdomain get /value > z:\test\test.txt
then run
findstr /i /r ".*" z:\test\test.txt
The output has a dot between each character.
Is there any way to strip these out? The text.txt file only displays these
dots when used with findstr.exe