Community discussions

MikroTik App
 
sergeda
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 78
Joined: Wed Sep 20, 2006 6:03 am

Error on adding script source with quotation marks

Thu May 22, 2008 6:58 am

I'm trying to add simple script to system through terminal and it marks every quotation marks in source in red and doesn't allow me to add script. Example: system script add source=":global variable "sdfsdfdgf"" name=test
It marks quotation marks before value of variable. What is wrong with this?
ROS v. 3.9
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7198
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: Error on adding script source with quotation marks

Thu May 22, 2008 12:56 pm

system script add source=":global variable \"sdfsdfdgf\"" name=test 
 
sergeda
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 78
Joined: Wed Sep 20, 2006 6:03 am

Re: Error on adding script source with quotation marks

Thu May 22, 2008 2:05 pm

system script add source=":global variable \"sdfsdfdgf\"" name=test 
Thank you a lot