



CODE: [Copy to clipboard]没区别hostname>host.ini
set /p host=<host.ini
del host.ini
find /i /x "%host%" list.ini >nul
if errorlevel 0 (echo OK) else (exit)
CODE: [Copy to clipboard]findstr /i /x %computername%" list.ini >nul
if errorlevel 0 (echo OK) else (exit)
CODE: [Copy to clipboard]findstr /i /x "%computername%" list.ini >nul
if errorlevel 0 (echo OK) else (exit)

| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |