Set oShell = CreateObject("WScript.Shell") oShell.Run "cmd /c c:"
这条线执行得非常好.现在我需要输入一个文本.
例如: c:\users> "abcd"
c:\users> "abcd"
如何在已打开的cmd提示符中进行此操作.
vbscript
vbscript ×1