09-27-2022, 04:34 PM
The easy way.
C# code:
// script ""
/*/ console true; /*/
print.it("Getting Network Interface Statistics and LLDP Neighbors");
for (int i = 0; i < 10; i++) {
300.ms();
Console.Write(".");
}
print.it("\nDONE");
1.s();