怎么把cmd type 写到vba中
答案:1 悬赏:60 手机版
解决时间 2021-03-20 01:20
- 提问者网友:我是女神我骄傲
- 2021-03-19 20:36
怎么把cmd type 写到vba中
最佳答案
- 五星知识达人网友:孤老序
- 2021-03-19 21:05
Dim oShell
Set oShell = WScript.CreateObject ("WSCript.shell")
oShell.run("%comspec% /k type c:\123.txt > D:\123.txt"),1,true
Set oShell = Nothing
Set oShell = WScript.CreateObject ("WSCript.shell")
oShell.run("%comspec% /k type c:\123.txt > D:\123.txt"),1,true
Set oShell = Nothing
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯