EasyManua.ls Logo

MikroTik RouterOS v2.9 - Script Editor

MikroTik RouterOS v2.9
709 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Home menu level: /system script job
Description
This facility is used to manage the active or scheduled tasks.
Property Description
name ( read-only: name ) - the name of the script to be referenced when invoking it
owner ( text ) - the name of the user who created the script
source ( read-only: text ) - the script source code itself
Example
[admin@MikroTik] system script> job print
# SCRIPT OWNER STARTED
0 DelayeD admin dec/27/2003 11:17:33
[admin@MikroTik] system script>
You can cancel execution of a script by removing it from the job list
[admin@MikroTik] system script> job remove 0
[admin@MikroTik] system script> job print
[admin@MikroTik] system script>
Script Editor
Command name: /system script edit
Description
RouterOS console has a simple full-screen editor for scripts with support for multiline script
writing.
Keyboard Shortcuts
Delete - deletes character at cursor position
Ctrl+h, backspase - deletes character before cursor. Unindents line
Tab - indents line
Ctrl+b, LeftArrow - moves cursor left
Ctrl+f, RightArrow - moves cursor right
Ctrl+p, UpArrow - moves cursor up
Ctrl+n, DownArrow - moves cursor down
Ctrl+a, Home - moves cursor to the beginning of line or script
Ctrl+e, End - moves cursor to the end of line or script
Ctrl+y - inserts contents of buffer at cursor position
Ctrl+k - deletes characters from cursor position to the end of line
Page 647 of 695
Copyright 1999-2007, MikroTik. All rights reserved. Mikrotik, RouterOS and RouterBOARD are trademarks of Mikrotikls SIA.
Other trademarks and registred trademarks mentioned herein are properties of their respective owners.

Table of Contents