How to open an .avi file and get the control back

2 views (last 30 days)
Hello all,
For a project of mine, I need to open a file with windows media player (not mmplayer) and then once it starts playing, I need to do some other tasks in matlab.
I tried with the System() command but it does not return the control until it is finish playing.
Is there any way that I can work around this. Any help is much appreciated.
- Thanks in advance for your help.

Accepted Answer

Walter Roberson
Walter Roberson on 31 May 2011
system('winplayer &')
  1 Comment
Varuna De Silva
Varuna De Silva on 31 May 2011
Thanks alot this worked for me. In fact the command looked like this,
system('"C:\Program Files\Windows Media Player\wmplayer.exe" /open "C:\Documents and Settings\dd00028\My Documents\My Videos\Interview2.wmv" &' )

Sign in to comment.

More Answers (0)

Categories

Find more on Software Development Tools in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!