1.

Solve : How do you add line breaks when writing to a notepad file??

Answer»

How do you add LINE BREAKS when using DOS to write to a text document?

Example:

echo blahblah blah > test.txt
(Insert line break here)
echo blahblah > test.txtCode: [Select]echo blahblah blah > test.txt
REM (Insert line break here)
echo blahblah >> test.txt

Code: [Select]echo. >>text.txt
Quote from: Geek-9pm on July 24, 2011, 05:46:18 PM

Code: [Select]whatever

rolls eyes


Discussion

No Comment Found