You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
306 B
7 lines
306 B
@echo off
|
|
REM Add binding point for DDROP filter
|
|
cscript %NNTPSDK%\Include\regfilt.vbs /add 1 OnPost "Directory Drop" NNTP.DirectoryDrop ""
|
|
|
|
REM Add properties, not used for now
|
|
cscript %NNTPSDK%\Include\regfilt.vbs /setprop 1 OnPost "Directory Drop" Sink "Drop Directory" c:\inetpub\nntpfile\drop
|
|
|