切换dos并dir的vbs

2019-01-15 14:42:47于海丽

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