Is it possible to have a sound file (mp3) start when Yo Window starts? I have a sound effects CD which would go well with the screensaver.
Cheers, Roger
can I add a sound file to play with yo window?
-
- Posts: 1645
- Joined: Wed Nov 18, 2009 9:58 am
- Location: Vienna, Austria
Re: can I add a sound file to play with yo window?
Not with YoWindow itself (currently).rogerp2 wrote:Is it possible to have a sound file (mp3) start when Yo Window starts? I have a sound effects CD which would go well with the screensaver.
Cheers, Roger
You would have to use a small batch file to start the mp3(-player) and YoWindow. But this is just an example how it could work.
Example (you would have to exit the music-player by yourself if you want to when you exit YoWindow):
Code: Select all
START /B c:\Programme\YoWindow\yowindow.exe
START /B c:\Programme\VideoLAN\VLC\vlc.exe "c:\Temp\03 - MyMusik\04 - Instrumental\Rondo Veneziano\Odissea Veneziana\Odissea Veneziana - 03 - Bettina.mp3"
exit
»Man is impressive. In a universe full of untold secrets he has invented boredom.«
Re: can I add a sound file to play with yo window?
Thank you for that....I shall give it a go until YoWindow has the facility...as I am sure it will at some point!
Cheers, Roger
Cheers, Roger