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:
23
eachinetpub-2.bat
Normal file
23
eachinetpub-2.bat
Normal file
@@ -0,0 +1,23 @@
|
||||
@echo off
|
||||
set _ping_cmd=ping -n 1
|
||||
for %%a in (hpmvp) do (
|
||||
for %%c in (pny,pnj,pcw,ppa,pwb) do (
|
||||
for %%d in (1,2,3,4,5,6,7,8,9) do (
|
||||
echo TESTING: \\%%c%%a%%d\
|
||||
for /f "tokens=4 delims=(=" %%y in ('%_ping_cmd% %%c%%a%%d ^|find "loss"') do (if "%%y"==" 0 " (for /f "delims=|" %%f in ('dir /A:D /b \\%%c%%a%%d\d$\inetpub') do (echo F | xcopy c:\simple.htm \\%%c%%a%%d\d$\inetpub\%%f\simple.htm /V /F /Y)))
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
|
||||
PNYACSAPP03
|
||||
bnfraud???
|
||||
|
||||
|
||||
pnjedssvc06
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user