need help regarding netwatch scripts

iam following
http://wiki.mikrotik.com/wiki/ECMP_Failover_Script using Rb450 Ros4.5

/ tool netwatch
add host=1.1.1.13 timeout=2s interval=30s up-script=“/ip route set
[find comment="Default Route To Internet"] gateway=10.0.0.13”
down-script=“/ip route set [find comment="Default Route To Internet"]
gateway=10.0.0.12 comment=”" disabled=no
add host=1.1.1.12 timeout=2s interval=30s up-script=“/ip route set
[find comment="SMTP Traffic out"] gateway=1.0.0.12” down-script=“/ip
\n” \route set [find comment="SMTP Traffic out"] gateway=10.0.0.13
comment=“” disabled=no


i changed example ips to my ips

/ tool netwatch add host=174.36.142.179 timeout=2s interval=30s up-script=“/ip route set \ [find comment="Default Route To Internet"] gateway=111.111.111.1” \ down-script=“/ip route set [find comment="Default Route To Internet"] \ gateway=10.10.10.1 comment=”" disabled=no
add host=96.9.21.105 timeout=2s interval=30s up-script=“/ip route set \ [find comment="SMTP Traffic out"] gateway=10.10.10.1” down-script=“/ip \ \n” \route set [find comment="SMTP Traffic out"] gateway=111.111.111.1 comment=“” disabled=no

when i enter this in terminal using winbox find in the is highlighted red which is why it rejects the command.plz if correct the script for me as i would be very greatfull.

Best Regards
7arhan

Don’t use the terminal in Winbox for copy and pasting unless you are running it off of a Linux based machine. Windows and Linux end line commands are different and it mangles the paste when doing it. Your best course of action would be to ssh into the router with a program like PuTTY and use that.