Add tags

Add tags to the following comment

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

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...