标题:切换dos并dir的vbs
作者:网友
日期:2020-07-26 12:15:31
内容:

复制代码 代码如下:

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


返回列表 网站首页