如何获得多shell命令输出

时间:2015-05-16 12:17:36

标签: vb.net

如何在vb.net中将多shell命令输出到文本框或列表框:

shell("""adb/adb.exe"" shell "" getprop ro.product.name""" ,AppWinStyle.NormalFocus, True, 30000)

shell("""adb/adb.exe"" shell "" getprop ro.product.version.release""" ,AppWinStyle.NormalFocus, True, 30000)

shell("""adb/adb.exe"" shell "" getprop ro.product.version.sdk""" ,AppWinStyle.NormalFocus, True, 30000)

很抱歉拼写错误。 感谢。

0 个答案:

没有答案