mirror of
https://github.com/sstent/Scripts.git
synced 2026-01-26 23:22:20 +00:00
added scripts and SUPERMICRO
This commit is contained in:
6
ping_local.bat
Normal file
6
ping_local.bat
Normal file
@@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
for /f "DELIMS=/" %%s in (ping_local.txt) do (
|
||||
ping -n 1 %%s
|
||||
|
||||
IF ERRORLEVEL 1 (echo failed %%s >>ping_local.log) else (echo connected %%s >>ping_local.log )
|
||||
)
|
||||
Reference in New Issue
Block a user