?? install.bat
字號:
@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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -