I want to run a batch file containing the arp -d * command (used to clear the MAC input table)
I want to execute this batch file continuously in 20-20 minutes. Regularly? How can I do this with batch programming?
Plz lead me ..
hoping for a quick and positive response.
If you do not have a sleep command on your system, you can get it from the Windows resource set.
:BEGIN ARP -d * SLEEP 1200 GOTO BEGIN
Using the following links, you can achieve what you want:
How to execute commands in a batch file at time intervals.
30
Source: https://habr.com/ru/post/1763294/More articles:Wrong relative path Zend Route - phpHow to handle exceptions when checking Doctrine 2 - phpВ Scala 2.8, как написать (добавить) строку в файл? Должен ли я использовать Java clesses или для этого существуют собственные функции Scala? - scalaClick a hyperlink using powershell - powershellHow can I get an NSNumber without performing a selection on it so that it responds to initWithInt? - iphoneWorking with Xcode Breakpoints - debuggingDoes the internal .NET HashSet implementation contain a method? - c #Unable to use Performance Plugin with Hudson - maven-2Проверка ввода в текстовом поле в телефоне Windows 7 - c#PHP "parse the error, expecting` T_STRING '"- Please help with the code - phpAll Articles