匿名 #5503(2008/01/28 02:17 GMT) [ VB.net ] Rating0/0=0.00
VBScript です。 実行環境:Windows 。
1 2 3 4 5 6 7 8 9
Dim WSH, ExecObj Set WSH = CreateObject("WScript.Shell") Set ExecObj = WSH.Exec("hostname") WScript.Echo "pid:" & ExecObj.processID WScript.Echo "stdout: " & ExecObj.StdOut.ReadAll WScript.Echo "exit: " & ExecObj.exitCode WScript.Quit(ExecObj.exitCode) Set ExecObj = Nothing Set WSH = Nothing
Rating0/0=0.00-0+
[ reply ]
匿名
#5503()
[
VB.net
]
Rating0/0=0.00
VBScript です。 実行環境:Windows 。
Rating0/0=0.00-0+
[ reply ]