Hello all... I need help!

I made a Flash movie which will be featured on a CD. When the CD is inserted, the Flash exe will auto-run. In the movie is a button which I would like to launch Windows Explorer when pressed.

The button, in reality, is a "Browse CD" button. I have figured out how to launch Explorer...

On (Release)
FS Command ("exec", "explorer.exe")
End On

... but it does not open Explorer to the CD's view. It opens it to the default.

Is there a way to open Explorer so that it shows the content of the CD?

Thanks for your help in advance!