切换dos并dir的vbs时间:2022-06-02 00:14:23 代码如下: <script language=vbscript>Dim oShell Set oShell = WScript.CreateObject ("WSCript.shell") oShell.run "cmd /K CD c:\ & dir" Set oShell = Nothing </script>