mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-15 02:58:34 +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
|