fort/bin/driver/install.cmd
2015-02-03 17:52:47 +05:00

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%