切换dos并dir的vbs
时间:2021-05-16 09:38:38|栏目:VBS|点击: 次
复制代码 代码如下:
<script language=vbscript>
Dim oShell
Set oShell = WScript.CreateObject ("WSCript.shell")
oShell.run "cmd /K CD c:\ & dir"
Set oShell = Nothing
</script>
上一篇:vbs能调用的系统对象小结
栏 目:VBS
下一篇:VBS监视网络连接与断开的代码
本文标题:切换dos并dir的vbs
本文地址:http://www.codeinn.net/misctech/122631.html