Hi, The trick will be to delimit the lines correctly. The MTM scripts are delimited by a RETURN character (ascii 13 I think) whereas a typical Windows line is delimited by 2 characters, (ascii 13 and ascii 10 I think). So, you won't be able to just use notepad and hit the return key to make newlines. Maybe some creative copy and pasting will help though.