Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch script newline character?
Name: gromul Date: November 30, 2005 at 18:34:23 Pacific OS: XP PRO CPU/Ram: AMD 2000+ / 1GB
Comment:
How do I insert a newline character into a text file?
Summary: hi i have prepare a batch script for pinging my all devices. for /f %%I in (ping) do (ping -n 1 %%I | find "Reply" >> result.log if errorlevel 1 echo %%I wan IP was Down >> logfail) for /f "token...