how can I change simple queue priority from 8 to 5 with a simple command? I have more than 100 entry. From winbox one by one is time consuming.
Assuming you want to change all 8 priority to 5 priority from command line you could issue:
/queue simple
set [find priority=8] priority=5
This will all all 8 priority to 5 priority