#Region ;**** 参数创建于 ACNWrapper_GUI **** #AutoIt3Wrapper_outfile=test\ipxp.exe #EndRegion ;**** 参数创建于 ACNWrapper_GUI **** #include <Constants.au3> $foo = Run(@ComSpec & ' /c ipconfig /all | find /i "dhcp 服务器"', @SystemDir, @SW_HIDE, $STDOUT_CHILD) ProcessWaitClose($foo) $lines = StdoutRead($foo) MsgBox(0, "1", $lines)
现在找到了一个替代的方法..
$lines= StringSplit($lines, @LF) MsgBox(0, "1", $lines[1])
您需要 登录 才可以下载或查看,没有账号?加入
举报
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2024-11-22 06:31 , Processed in 0.074547 second(s), 24 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.