mirror of
https://github.com/bol-van/zapret.git
synced 2025-01-04 07:20:35 +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
|