复制代码 代码如下:

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

点赞(118)

评论列表共有 0 条评论

立即
投稿
返回
顶部