Community discussions

MikroTik App

Search found 1 match

by adieyz
Thu Jul 21, 2016 1:06 pm
Forum: Beginner Basics
Topic: disable users by scripting
Replies: 6
Views: 12679

Re: disable users by scripting

OR you can use this too if you want to read user names via text file and act accordingly. :global content [/file get [/file find name=data.txt] contents] ; :global contentLen [ :len $content ] ; :global lineEnd 0; :global line ""; :global lastEnd 0; :do {       :set lineEnd [:find $conten...