Please specify error messages each time - it helps others hopping in somewhat later in the thread. Sorry, by Notes you mean Windows ? In which case it is quite likely the Windows/Unix <EOL> problem. Windows is <CR><LF>, Unix only <LF>. In which case you'll have to convert the file to Unix <EOL>. It doesn't look like dos2unix exists on N900 so try the following : Code: tr -d '\r' < inputfile > outputfile
tr -d '\r' < inputfile > outputfile