Re: Problem with CmdAfter (General questions)
Paco,
Did you receive my last response about the network paths?
Basically, you should use paths like this: file://\\192.168.0.1\Your_Share\config.txt
As for file being deleted each time, can you please add CloseApp Event to your application and put an End statemens in it?
Like this:
[code]Private Sub wodAppUpdate1_CloseApp()
End
End Sub[/code]
Did that help?
Regards,
Damba