1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-03-02 14:44:41 +03:00
2024-04-30 15:35:20 +03:00

8 lines
95 B
Batchfile

call :srvdel winws1
rem call :srvdel winws2
goto :eof
:srvdel
net stop %1
sc delete %1