切换dos并dir的vbs

 更新时间:2006年08月04日 00:00:00   作者:  
复制代码 代码如下:

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

相关文章

最新评论