How to display a message box at the command prompt
To display a message box at the command prompt, use vbs.
There are many ways to do this, but the following description will display the message box.
mshta vbscript:execute("MsgBox(""test""):close")
コメント