J
Jim in Arizona
How do I put in a line break, like in the following script:
ipconfig > "%userprofile%\Desktop\COMPUTER INFO.txt"
echo . >> "%userprofile%\Desktop\COMPUTER INFO.txt"
echo . >> "%userprofile%\Desktop\COMPUTER INFO.txt"
echo ============================================================== >>
"%userprofile%\Desktop\COMPUTER INFO.txt"
echo . >> "%userprofile%\Desktop\COMPUTER INFO.txt"
echo . >> "%userprofile%\Desktop\COMPUTER INFO.txt"
echo COMPUTER NAME >> "%userprofile%\Desktop\COMPUTER INFO.txt"
echo -------------------- >> "%userprofile%\Desktop\COMPUTER INFO.txt"
hostname >> "%userprofile%\Desktop\COMPUTER INFO.txt"
I want to replace the periods with a space, if possible.
And if there is a better way to make this script, that would be better
to. Perhaps, better looking output? Is there a way to just get the IP
address without the other IP info?
TIA,
Jim
ipconfig > "%userprofile%\Desktop\COMPUTER INFO.txt"
echo . >> "%userprofile%\Desktop\COMPUTER INFO.txt"
echo . >> "%userprofile%\Desktop\COMPUTER INFO.txt"
echo ============================================================== >>
"%userprofile%\Desktop\COMPUTER INFO.txt"
echo . >> "%userprofile%\Desktop\COMPUTER INFO.txt"
echo . >> "%userprofile%\Desktop\COMPUTER INFO.txt"
echo COMPUTER NAME >> "%userprofile%\Desktop\COMPUTER INFO.txt"
echo -------------------- >> "%userprofile%\Desktop\COMPUTER INFO.txt"
hostname >> "%userprofile%\Desktop\COMPUTER INFO.txt"
I want to replace the periods with a space, if possible.
And if there is a better way to make this script, that would be better
to. Perhaps, better looking output? Is there a way to just get the IP
address without the other IP info?
TIA,
Jim