Hey.

I want to copy my Startup.wav file from the programs resources, but i don't know how to do it.

I have tried: system.IO.File.Copy(My.resources.Startup, "C:\windows\media\Startup.wav", true)
But it doesn't work. I've spent some time searching the web, but found no usefull awnsers to my problem. Maybe i'm not searching for the right things...

Do anyone of you know a way I can do this??

Thanks