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

2 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

Walter Roberson
Walter Roberson il 31 Mag 2011
system('winplayer &')
  1 Commento
Varuna De Silva
Varuna De Silva il 31 Mag 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" &' )

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Software Development Tools in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by