fort/bin/driver/install.cmd
2015-01-11 10:29:58 +05:00

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%