Further to this, it seems to me that the simplest way to use this command would be to write directly to the command prompt instead of writing to a text file then referencing this later. (correct me if I am wrong btw) Therefore, other than rewriting the command each time is there a way to generate a line break within the shell command? I have tried Googling without success.

Shell "blah blah";"blah2 blah2"

instead of

Shell "blah blah"
Shell "blah2 blah2"

So I am basically looking for whatever should replace the semicolon.

Cheers
Silentsound