DISQUS

DISQUS Hello! Tech-Recipes is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Tech-Recipes

Cookbook of Tech Tutorials
Jump to original thread »
Author

Windows Media Player WMP 11: Command Line Options | Windows | Tech-Recipes

Started by qdideas · 9 months ago

No excerpt available. Jump to website »

4 comments

  • Can I play a playlist and start it in full screen mode? I tried this:

    "C:\Program Files\Windows Media Player/wmplayer.exe" "C:\Users\a\Music\Playlists\All.wpl" /fullscreen

    in a .BAT file, and it doesn't work. Play list starts, but not in full screen mode.
  • Here is your .BAT file:

    c:
    cd \Users\a\Music\Playlists
    "C:\Program Files\Windows Media Player/wmplayer.exe" /Playlist All /fullscreen
  • How to close windows media player in command line ?
  • nircmd.exe win close class "CabinetWClass"

Add New Comment

Returning? Login