I am trying to get a song to play in the background of Windows, after a little looking I found this:
@echo off set file=RRLJ.mp3 ( echo Set Sound = CreateObject
This work for me, and is only one line.
Taskkill /IM "wscript.exe" /F>nul 2>&1