i dont know ,why i can not write question martk “?” here. I get this message “Nv2PresharedKey – string value” i want to use question mark in my nv2-preshared-key.
The value of string has to be inside quotation marks and add "" before the special symbol, like
interface wireless set nv2-preshared-key="\?testkey"
If you have problems with other symbols, check https://wiki.mikrotik.com/wiki/Manual:Scripting#Constant_Escape_Sequences
yess thnks, its working.
Hi reiniss2 please can you help me i have 2 problems.
first one is i am writing any script as follows…
system script add …
/interface ethernet monitor ether1 once do={
:if ($rate = “10Mbps”) do={
/system…
}}
script is working when i press “run script” button. but i want the script always check the variables and when rate =10Mbps start do command.i know i can use “system scheduler” bu i want to know if i have another possibility?Do we have to use scheduler absolutely???
and second one is i am trying to set sms sending but I get this error “couldn’t perform action-no such channel”.Actually it was working, i dont know what happend?I share two photos about it.PLEASEE HELP ME