nbtstat.plg

来自「以前做的一个实现扫描内网机器的程序。 可以扫描局域网在线的机器信息」· PLG 代码 · 共 43 行

PLG
43
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: NBTSTAT - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP127.tmp" with contents
[
/nologo /MT /W3 /WX /GX /ZI /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fr"Release/" /Fp"Release/NBTSTAT.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"F:\candur\新建文件夹\在线机器\NBTSTATDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP127.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP128.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Release/OnLine.pdb" /debug /machine:I386 /out:"..\..\release\OnLine.exe" 
".\Release\NBTSTAT.obj"
".\Release\NBTSTATDlg.obj"
".\Release\StdAfx.obj"
".\Release\UDP.obj"
".\Release\NBTSTAT.res"
"..\..\Share\lib\NYApp.lib"
"..\..\Share\lib\NYBase.lib"
"..\..\Share\lib\NYSys.lib"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP128.tmp"
<h3>Output Window</h3>
Compiling...
NBTSTATDlg.cpp
Linking...
Creating command line "bscmake.exe /nologo /o"Release/NBTSTAT.bsc"  ".\Release\StdAfx.sbr" ".\Release\NBTSTAT.sbr" ".\Release\NBTSTATDlg.sbr" ".\Release\UDP.sbr""
Creating browse info file...
<h3>Output Window</h3>



<h3>Results</h3>
OnLine.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?