Hi all:
I have some codes as below:
--It uses Windows Media Player to open 1.mp3.
File.Run("AutoPlay\\Docs\\wmplayer.exe", "C:\\1\\CD_Root\\AutoPlay\\Docs\\1.mp3", "", SW_SHOWNORMAL, false);
If the codes has build finished, it can't open the 1.mp3 by Windows Media Player.
It seems open file path incorrect. If I put 1.mp3 file to AutoPlay\\Docs, can it play properly? Or Where can I put ?
How do I put it to correct destination? Who can tell me or solve this confuse problem? Thank you for advance.

