I need to open a file in "standby" mode from a shortcut, wait for an introduction speech and then play the file.
How can I open the file in Windows Media Player 11 by command-line without playing it?
|
I need to open a file in "standby" mode from a shortcut, wait for an introduction speech and then play the file. How can I open the file in Windows Media Player 11 by command-line without playing it? | ||||
|
feedback
|
|
According to this you can use /open in Windows Media Player 6.4, but it seems that the command line options have since changed. | |||
|
feedback
|
|
You can make a .bat/.cmd file with a pause statement. At the end of the intro you can then press Enter and the video will start. Here's an example:
| ||||
|
feedback
|