This repository contains MikroTik scripts designed to play certaing songs using the router's beep command. This script is intended for use in the MikroTik RouterOS environment.
Before you begin, ensure you have:
- A MikroTik router running RouterOS.
- Basic familiarity with MikroTik RouterOS and its WebFig or WinBox interfaces.
First, download the song.rsc
script from this repository.
Upload the script to your MikroTik router. This can be done through the WebFig or WinBox interface.
- For WebFig: Go to Files and drag and drop the
.rsc
file into the file list. - For WinBox: Open Files and drag the
.rsc
file into the WinBox window.
- Access your router using WebFig or WinBox.
- Navigate to System > Scripts.
- Click on Add New or the
+
icon. - Give the script a name, e.g.,
HappyBirthday
. - In the Source field:
- Use the command
/import file-name=happy_birthday.rsc
to load the script from the file you uploaded.
- Use the command
For more detailed information about MikroTik scripts, visit the MikroTik Scripting Manual.
To run the script:
- Navigate to System > Scripts in WebFig or WinBox.
- Select the
HappyBirthday
script from the list. - Click on Run Script or the
Start
button.
or:
- Use Telnet to connect via Terminal
- Type "system", then "scripts".
- Type "print" to see the run number of the script
- Type "run (number)" to run the script.