It seems like i've heard somewhere of how to to this but I can't remember where.All I need is to allow showing the quotes in this.
output.WriteRawLine("script1="king01.txt" run=1");
This is done by "escaping" with the back slash: \"
String s = "script1=\"king01.txt\" run=1";