Reply to Re: Startup problems with self-generated files
If you don't have an account, just leave the password field blank.
Not sure what you use as a newline character but for me in windows the script lines don't appear to be on new lines. Since Dink does not support multiple functions on the same line that might be the first thing you should look into... Maybe its as simple as using \r instead of \n. I once made a script editor in which using \r\n made the scripts work.