Mikrotik script how to line break
Posted: Mon Nov 18, 2013 6:02 pm
Hi, i have this script:
nov/18/2013
nov/18/2013
nov/18/2013
nov/18/2013
And this script only replace the first line for each run..
ros code
:if ([/ping address=8.8.8.8 count=25]=25) do={ /file set miconexion.txt contents [/system clock get date] } else={/file set miconexion.txt contents [/system clock get date]}I need line break for each script run like that:
nov/18/2013
nov/18/2013
nov/18/2013
nov/18/2013
And this script only replace the first line for each run..