Community discussions

MikroTik App
 
reza.mnp
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 90
Joined: Mon Jun 11, 2007 9:44 am
Location: ilam - iran
Contact:

problem of this script ???

Tue Oct 02, 2007 10:32 am

i want write a script to creat automaticaly user and password.


:for i from 1 to 40 do = {
/ip hotspot user add
name=$i
pass=($i+50) .
profile=125
server=125
}
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7198
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: problem of this script ???

Tue Oct 02, 2007 10:50 am

You already did that, what else you want?
 
reza.mnp
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 90
Joined: Mon Jun 11, 2007 9:44 am
Location: ilam - iran
Contact:

Re: problem of this script ???

Tue Oct 02, 2007 10:55 am

this script don't run properly .
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7198
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: problem of this script ???

Tue Oct 02, 2007 11:00 am

What exactly isn't working for you?
 
reza.mnp
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 90
Joined: Mon Jun 11, 2007 9:44 am
Location: ilam - iran
Contact:

Re: problem of this script ???

Tue Oct 02, 2007 11:10 am

no