Native unzip on Windows

[quote=151400:@Andre Kuiper]@John Hansen
That works fantastic!
I have seen several examples from your hand and i wonder where you got all that knowledge, it’s realy amazing!

Thanks for sharing this![/quote]

Thanks for the Compliment, I am glad you can use it… :slight_smile:

John, thanks for this. It certainly works, but brings up a Windows confirmation window and status window. Is there a way to avoid that?

According to http://msdn.microsoft.com/en-us/library/windows/desktop/bb787866(v=vs.85).aspx you should be able to get away with the following:

MyFolder2.CopyHere(MyFolder1.Items, 4+16+512+1024)

Bob, I’ve marked John’s post as the answer, but your contribution was key. Thanks so much to you both, exactly what I needed. And thanks again to all who contributed.