My.Computer.FileSystem.CopyDirectory("C:\Temp\jre1.6.0_30", "\\" & strWorkstationFQDN & "\c$\Program Files\Java\jre1.6.0_30", True)
My issue is that some the copies are on a slow network and my app crashes with the pumping error. This happens if the copy takes longer than 60 seconds. Anyway to fix this?
e.g.
Open in new window
If you require notification that the task has completed, then you might prefer the BackgroundWorker class instead.