gurusinghbrar69
-
Total Posts
:
2
- Scores: 0
-
Reward points
:
0
- Joined: 12/2/2011
-
Status: offline
|
Help need: for play video file in mplayer
Friday, December 02, 2011 9:03 PM
( permalink)
Hi,,, any one can make a small vbs script for me,, i just want to play any media (audio , video ) file with in vbs file... mean when i click on vbs it open openfiledialog box and then select any media file and when i click on open script play it with mplayer (www. mplayerhq.hu/) ' i try this but the file path define manually in script and only define file play... CreateObject("WScript.Shell").Run "%systemroot%\mplayer.exe " & "D:\song.mp3" , 1, True , thanks
|
|
|
|