Yes. If you don't need the feature of justsomeguy's application which shuts down MC when playback stops, then you could probably accomplish what you need with a simple command line call.
It was already linked once above, and justsomeguy gave you the exact command line to play an item above, but again:
https://wiki.jriver.com/index.php/The_Command_LineAlso worth throwing out there, I also made a little playback utility for MC that I needed for work, which might do something you need:
MCPlayIfNotPlaying, which does just what it says on the tin.
You schedule it to run in Scheduled Tasks (typically), and give it a Playlist to play and it:
* Launches MC if it isn't already running.
* Checks to see if MC is already playing something (which it wouldn't be, obviously, if it had to launch it, but that's somewhat irrelevant).
* If Playback is currently active, it does nothing and exits.
* If Playback is stopped, then it plays the provided Playlist, and lets you give other options to specify zones, detach displays, and other handy stuff.
But, just like justsomeguy's app, if you don't need the "only play this if MC is stopped" feature, then there's really no reason to use it, and just use MC21.exe (or
MCcl.exe instead so you don't have to re-edit your scripts when MC22 comes out).