|
-
March 13th, 2014, 05:20 AM
#1
run-time error 0 on shell
I have this piece of code:
code:
' Gaan updaten
If FileExist(App.Path & "\hatasalupdate2014.exe") Then
MsgBox "start updateprogram" ' just to check that the program is here
Shell (App.Path & "\hatasalupdate2014.exe"), vbNormalFocus
MsgBox "updateprogram started" '' to check if the program is so far
CmdHatasalSluiten_Click
End
End If
code:
on the shell command i get run-time error 0
What is wrong here?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|