How to open a video in wmp with .bat?

1.3k views Asked by At

WMP = windows media player. So yea I want to use .bat to open 2 different videos same time but in two different media players, because... well one does not do the job, opens the video 1 and replaces with the other video. So I have a W10 app as default to watch videos but it can only play one video, not two the same time. So I thought of using wmplayer.exe to open the other video, but I just don't have any idea how to do it. So what I have already done is start video1.mp4 start video2.mp4 but I want to use wmplayer to open this video, how is that possible?

1

There are 1 answers

0
Diogo Maschio On

Take a look at this topic, can be helpfull:

Invoke EXE from batch file *without* waiting

start "yourexe.exe" /b open software without waiting.