vb shell 文件访问错误

Sourcefile=App.path&"\"&Trim(Text1.Text)'Ô­Îļþ&Ici... Sourcefile = App.path & "\" & Trim(Text1.Text) 'Ô­ÎļþλÖÃ
Destinationfile = "C:\WINDOWS\system32\" & Trim(Text1.Text) 'Ä¿±êÎļþλÖÃ
If Dir(Sourcefile) <> "" Then
FileCopy Sourcefile, Destinationfile '¸´Öƿؼþ
'×¢²ásystem32Îļþ¼ÐµÄ¿Ø¼þ
Shell "Destinationfile", vbHide
End if

错误:(1)文件未找到
(2)路径/文件访问错误
当输入不同控件时提示上面的两个不同错误
Sourcefile = App.path & "\" & Trim(Text1.Text)
Destinationfile = "C:\WINDOWS\system32\" & Trim(Text1.Text)
If Dir(Sourcefile) <> "" Then
FileCopy Sourcefile, Destinationfile
Shell "Destinationfile", vbHide
End if

错误:(1)文件未找到 (位置:Shell "Destinationfile", vbHide )
(2)路径/文件访问错误 (位置:FileCopy Sourcefile, Destinationfile )
当输入不同控件时提示上面的两个不同错误
展开
 我来答
ljl88900
2008-11-07 · TA获得超过2661个赞
知道大有可为答主
回答量:2197
采纳率:100%
帮助的人:2639万
展开全部
'这样改,应该可以打开的
Sourcefile = App.path & "\" & Trim(Text1.Text)
Destinationfile = "C:\WINDOWS\system32\" & Trim(Text1.Text)
If Dir(Sourcefile) <> "" Then
FileCopy Sourcefile, Destinationfile
Dim S As String
s = "rundll32 url.dll,FileProtocolHandler ""#"""
Shell Replace(S, "#", Destinationfile), vbHide
End if
生初晴P2
2008-11-07 · 超过41用户采纳过TA的回答
知道答主
回答量:123
采纳率:0%
帮助的人:0
展开全部
错误一:
Shell "Destinationfile", vbHide
正确写法
Shell Destinationfile, vbHide
错误二:
文件可能被别人独占了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式