fort/bin/driver/install.cmd

11 lines
199 B
Batchfile
Raw Normal View History

2014-12-30 13:07:40 +00:00
@rem Install driver as service
@if [%1] == [] exit
@set T=wipf
@set F=wipfdrv%1.sys
2015-01-02 06:05:45 +00:00
@set P=%~dp0%F%
2014-12-30 13:07:40 +00:00
2015-01-11 05:29:58 +00:00
sc create %T% binPath="%P%" type=kernel start=auto DisplayName="Windows IP Filter"
sc start %T%