Unable to see imported scripts in script repository

Hi all,

If I import a script which is saved in the root of my Mikrotik router, I am unable to see it when I do a
/system script
print

The script does run because I can see its output in the router logs. Do I need to import the script every time? I want to import and then schedule the script.
router model: 751G-2hnd
RouterOS version = 6.37.1

Pranav

Scripts aren’t ‘imported’ as you think they are. running /import scriptName imports the commands into the configuration, not into a script.
It will be much simpler for you if you simply copy/paste the script into a new script window in WinBox.

Hi David,

Many thanks for your explanation. I had always wondered about this but finally asked.

Pranav