| To recover Winbox quota: 
              Copy results of the query into a text file in the recreation_scripts directory and name it, for instance, 
                quotat.txt.Enter the recreation_scripts directory and run the following command:Rquota.bat %1 %2 %3 %4 > quota.txt
 where:
 rem %1 - file name, e.g. quota.txt
 rem %2 - Winbox IP
 rem %3 - H-Sphere login used at Winbox installation
 rem %4 - H-Sphere password used at Winbox installation
Open quota.txt and remove the first part leaving only the list of links.Run the following command:WGET.EXE -i quota.txt
 This will recreate quota resource on the Winbox.
 |