System information
Manual:System/Serial Console
22
Console Screen
Sub-menu: /system console screen
This facility is created to change line number per screen if you have a monitor connected to router.
Property Description
line count (25|40|50; Default: 25) Number of lines on monitor
This parameter is applied only to a monitor, connected to the router.
Example
To set monitor's resolution from 80x25 to 80x40:
[admin@MikroTik] system console screen> set line-count=40
[admin@MikroTik] system console screen> print
line-count: 40
[admin@MikroTik] system console screen>
See More
•• Special Login
•• Sigwatch
[ Top | Back to Content ]
Manual:Scripting
Applies to RouterOS: v3, v4
Scripting language manual
This manual provides introduction to RouterOS built-in powerful scripting language.
Scripting host provides a way to automate some router maintenance tasks by means of executing user-defined scripts
bounded to some event occurrence.
Scripts can be stored in Script repository or can be written directly to console. The events used to trigger script
execution include, but are not limited to the System Scheduler, the Traffic Monitoring Tool, and the Netwatch Tool
generated events.