当前位置 博文首页 > 切换dos并dir的vbs

    切换dos并dir的vbs

    作者:admin 时间:2021-02-01 18:01

    复制代码 代码如下:

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

    js
下一篇:没有了