install.bat

来自「以filemon开源代码为模板」· 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 + -
显示快捷键?