mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-11 17:29:16 +05:00
8 lines
95 B
Batchfile
8 lines
95 B
Batchfile
call :srvdel winws1
|
|
rem call :srvdel winws2
|
|
goto :eof
|
|
|
|
:srvdel
|
|
net stop %1
|
|
sc delete %1
|