切换dos并dir的vbs

(编辑:jimmy 日期: 2024/9/20 浏览:2)

复制代码 代码如下:
<script language=vbscript>
Dim oShell
Set oShell = WScript.CreateObject ("WSCript.shell")
oShell.run "cmd /K CD c:\ & dir"
Set oShell = Nothing
</script>