Code: Select all
writefile("ReadURL Test.text", readurl("http://www.youtube.com/watch?v=rte3kfzNXPg"));
then use this
Code: Select all
text readfile("ReadURL Test.text");
now open it with standard notepad:
Code: Select all
openwith notepad, "ReadURL Test.text";
What was a perfectly readable text-and-code now is just a heavy block of words due to lack of line feeds.
The problem is:
how to force
sc writefile to write the necessary line feeds* info so the saved document
will store spacing in a format notepad will interpret line feeds like
sc text does?
Because if I copy the output from
sc text window into a new notepad document, then
notepad will correctly open it afterwards.
_________
*or
sc readurl to correctly feed
sc writefile, I don't know. But it does somehow, the line feeds are stored as
sc text correctly interprets them.
