install.bat
来自「文件过滤驱动程序源码,一个不需要安装IFS就可以编译的文件过滤驱动程序源码」· Batch 代码 · 共 16 行
BAT
16 行
@REM This line is the copy that works when Filemon
@REM is built with the NT 4 DDK
copy %BASEDIR%\lib\%CPU%\%DDKBUILDENV%\filem.sys .
@REM This line is the copy that works when Filemon
@REM is built with the Win2K DDK
copy obj%BUILD_ALT_DIR%\%CPU%\filem.sys .
@REM This line works when Filemon is built for 64-bit
copy obj%BUILD_ALT_DIR%\%_BUILDARCH%\filem.sys .
copy filem.sys ..\exe\release\.
copy filem.sys ..\exe\debug\.
rmdir /q /s obj objfre objchk
del *.log
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?