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 )
当输入不同控件时提示上面的两个不同错误 展开
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 )
当输入不同控件时提示上面的两个不同错误 展开
展开全部
'这样改,应该可以打开的
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
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
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询