mirror of
https://github.com/tnodir/fort
synced 2024-11-15 07:06:08 +00:00
11 lines
199 B
Batchfile
11 lines
199 B
Batchfile
@rem Install driver as service
|
|
|
|
@if [%1] == [] exit
|
|
|
|
@set T=wipf
|
|
@set F=wipfdrv%1.sys
|
|
@set P=%~dp0%F%
|
|
|
|
sc create %T% binPath="%P%" type=kernel start=auto DisplayName="Windows IP Filter"
|
|
sc start %T%
|