mirror of
https://github.com/tnodir/fort
synced 2024-11-15 12:40:54 +00:00
11 lines
203 B
Batchfile
11 lines
203 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%
|