
| Quote: | |
|
CODE: [Copy to clipboard]@echo off & setlocal enabledelayedexpansion
del c:\addmac.htm >nul 2>nul
for /f "tokens=1" %%a in ('getmac /nh') do (
>>c:\addmac.htm echo "<meta http-equiv='refresh' content='1;URL=http://localhost:80/mac/addmac.php?macinfo="%%a"'>"
start "" c:\addmac.htm
goto start
)
:start
pause
| Quote: | |
|
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |