1.

Solve : Echo a blank line into a .txt file ..???

Answer»

how can i echo a BLANK LINE into a .TXT file ..??
like:
Code: [SELECT]echo ------------- >> C:\1.txt
echo "code for blank line" >> c:\1.txt
echo ------------- >> c:\1.txt

resulting 1.txt file should look like this:
Code: [Select]-------------

-------------
Quote from: gumbaz on June 29, 2008, 11:38:52 PM


Code: [Select]echo ------------- >> c:\1.txt
echo. >> c:\1.txt
echo ------------- >> c:\1.txt

that will do it.

hope it helps.in case of short sight, that's

echo.


Discussion

No Comment Found