|
hzwts
新手上路

积分 4
发帖 2
注册 2007-8-14
状态 离线
|
|
2007-12-17 13:41 |
|
|
zhljldz
新手上路

积分 6
发帖 3
注册 2007-12-22
状态 离线
|
『第 32 楼』:
使用 LLM 解释/回答一下
晕,要积分,,哪不要玩完,,
Oh, dizzy, need points,,, otherwise it's over,
|
|
2007-12-27 17:37 |
|
|
wangweihebtu
初级用户
 
积分 27
发帖 13
注册 2006-12-11
状态 离线
|
『第 33 楼』:
使用 LLM 解释/回答一下
下载了-对于我这样的常重装的人来说-好些东西
Downloaded - for someone like me who reinstalls frequently - quite a few things
|
|
2007-12-28 15:35 |
|
|
aofunjaw
新手上路

积分 6
发帖 3
注册 2007-12-28
状态 离线
|
|
2007-12-31 20:00 |
|
|
cityof93
新手上路

积分 3
发帖 3
注册 2007-11-13
状态 离线
|
|
2008-1-7 18:49 |
|
|
qq43142691
中级用户
  
积分 327
发帖 152
注册 2007-5-4
状态 离线
|
『第 36 楼』:
使用 LLM 解释/回答一下
Originally posted by pan163 at 2007-11-30 01:10 PM:
好东西,,,,有一个问题,MAC和IP地址是用什么软件或工具读出来呢?人工一个个改???
这个可以收集到
@Echo off
Title 收集你的机器的 计算机名.IP.MAC为刻盘自动改IP做准备by 彬 QQ43142691
For /f "tokens=16" %%a in ('ipconfig/all^|find /i "Host Name"') do (set PcName=%%a)
For /f "tokens=15" %%i in ('ipconfig^|find /i "ip address"') do (set ip=%%i)
For /f "tokens=12" %%b in ('ipconfig/all^| find /i "Physical Address"') do (set mac=%%b)
if not exist new.ini goto new
For /f "tokens=3" %%m in ('type new.ini^|find /i /n "%mac%"') do (set fm=%%m)
if not "%fm%"=="" exit
:ok
Echo.%PcName% %ip% %mac% >>new.ini
Exit
:new
Echo.**********开始收集咯*******>>new.ini
goto ok
或者这个也可以
@echo off
color 0a
call :getme "ip address" "ip"
call :getme "Physical Address" "mac"
call :getme "Default Gateway" "gateway"
goto begin
:getme
for /f "tokens=2 delims=:" %%i in ('ipconfig /all^|findstr /i /c:%1') do if not "!%~2!" == "" set "%~2=%%i"
goto :eof
:begin
echo -%ip%-%mac%-%gateway%-
pause
exit
Last edited by qq43142691 on 2008-1-8 at 03:36 AM ]
Originally posted by pan163 at 2007-11-30 01:10 PM:
Good stuff,,, There is a question, what software or tool is used to read the MAC and IP address? Change them one by one manually???
This can be collected
@Echo off
Title Collect your machine's computer name.IP.MAC to prepare for auto-changing IP when burning discs by Bin QQ43142691
For /f "tokens=16" %%a in ('ipconfig/all^|find /i "Host Name"') do (set PcName=%%a)
For /f "tokens=15" %%i in ('ipconfig^|find /i "ip address"') do (set ip=%%i)
For /f "tokens=12" %%b in ('ipconfig/all^| find /i "Physical Address"') do (set mac=%%b)
if not exist new.ini goto new
For /f "tokens=3" %%m in ('type new.ini^|find /i /n "%mac%"') do (set fm=%%m)
if not "%fm%"=="" exit
:ok
Echo.%PcName% %ip% %mac% >>new.ini
Exit
:new
Echo.**********Start collecting*******>>new.ini
goto ok
Or this can also be used
@echo off
color 0a
call :getme "ip address" "ip"
call :getme "Physical Address" "mac"
call :getme "Default Gateway" "gateway"
goto begin
:getme
for /f "tokens=2 delims=:" %%i in ('ipconfig /all^|findstr /i /c:%1') do if not "!%~2!" == "" set "%~2=%%i"
goto :eof
:begin
echo -%ip%-%mac%-%gateway%-
pause
exit
Last edited by qq43142691 on 2008-1-8 at 03:36 AM ]
|
|
2008-1-8 03:35 |
|
|
haiou327
高级用户
    DOS时空
积分 713
发帖 348
注册 2007-2-10
状态 离线
|
|
2008-1-8 23:03 |
|
|
jention
初级用户
 
积分 60
发帖 23
注册 2007-2-12
状态 离线
|
『第 38 楼』:
使用 LLM 解释/回答一下
内部网络号没修改到吧?
Has the internal network number not been modified?
|
|
2008-2-27 00:35 |
|
|
darkeden
新手上路

积分 7
发帖 4
注册 2008-3-19
状态 离线
|
『第 39 楼』:
使用 LLM 解释/回答一下
再回个就能下来
Just reply again and you can get it down.
|
|
2008-3-19 15:34 |
|
|
80469370
新手上路

积分 6
发帖 3
注册 2008-3-25
状态 离线
|
|
2008-3-25 21:58 |
|
|
wuyalang
新手上路

积分 8
发帖 4
注册 2006-6-29
状态 离线
|
|
2008-3-25 23:52 |
|
|
AhKang
初级用户
 
积分 42
发帖 21
注册 2008-3-31
状态 离线
|
『第 42 楼』:
使用 LLM 解释/回答一下
楼主太强了,不断支持中……
The building host is extremely powerful, continuously supporting...
|
|
2008-3-31 05:53 |
|
|
AhKang
初级用户
 
积分 42
发帖 21
注册 2008-3-31
状态 离线
|
『第 43 楼』:
使用 LLM 解释/回答一下
想看看源代码,可是积分不够,该如何是好?
I want to see the source code, but I don't have enough points. What should I do?
|
|
2008-3-31 05:54 |
|
|
AhKang
初级用户
 
积分 42
发帖 21
注册 2008-3-31
状态 离线
|
『第 44 楼』:
使用 LLM 解释/回答一下
抱歉!不小心弄错了。源代码本来就是公开了的,我是想看看压缩包里面的内容,但积分还差那么一点点儿……
Sorry! I made a mistake by accident. The source code was originally public. I just wanted to see the content inside the compressed package, but I'm still a little short of points...
|
|
2008-3-31 05:55 |
|
|
niao22
新手上路

积分 14
发帖 7
注册 2008-3-31
状态 离线
|
『第 45 楼』:
使用 LLM 解释/回答一下
无意中发现这个东东,学习一下
I accidentally discovered this thing, and I'll learn about it.
|
|
2008-3-31 23:11 |
|