J
Jim in Arizona
I'm tring to add a few line breaks but can't recall how to do it.
echo %date% %time% >> c:\echotest.txt
echo
echo
xcopy /? >> c:\echotest.txt
The above does not add two blank lines like I would like it.
Finding the solution online doesn't return any useful results. All I get is
PHP and Unix returns.
TIA,
Jim
--
echo %date% %time% >> c:\echotest.txt
echo
echo
xcopy /? >> c:\echotest.txt
The above does not add two blank lines like I would like it.
Finding the solution online doesn't return any useful results. All I get is
PHP and Unix returns.
TIA,
Jim
--