Hello.
I've written a script that must add a newline to a text file that get's transferred from Linux to a NT 4.0 Server.
I've tried char(10) and char(13) and "\n".
they all appear as the block character in NT!
I believe this has to do with Unicode?
How do I print a newline that NT will understand??