mirror of
https://github.com/sstent/Scripts.git
synced 2026-01-27 07:33:01 +00:00
added scripts and SUPERMICRO
This commit is contained in:
5
pinch_local.bat
Normal file
5
pinch_local.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
for /f "DELIMS=/" %%s in (pinch_local.txt) do (
|
||||
c:\pinch.exe %%s
|
||||
IF ERRORLEVEL 1 (echo failed %%s >>pinch_local.log) else (echo connected %%s >>pinch_local.log )
|
||||
)
|
||||
Reference in New Issue
Block a user