oshellset 相关的软件列表

切换dos并dir的vbs
VB

切换dos并dir的vbs

2020-02-16 标签:切换,dos,dir,vbs,实现,代码,如下,script,language,vbscript,dim,oshellset,oshell,wscript,shell,run,cmd,k

实现代码如下:Dim oShellSet oShell = WScript.CreateObject ("WSCript.shell")oShell.run "cmd /K CD c:\ & dir"Set oShell = Nothing