hexagon logo

Just for fun script

I was going to put this in the coding section but, because of the intended use, I figured it would belong here.

Is there a script I can write that will open Windows Media Player and play a specific track when the program is done?

It probably wouldn't be a song but a very lewd and wildly inappropriate line from a movie...
Parents Reply Children
  • It opens with windows photo viewer. If I go to the file and click on it, it opens with that. It is a bat file, I just changed it to a txt for the purposes of getting a screenshot. After the screenshot, I changed it back to a bat.

    Also remember that if I put the gif on my local computer and change the path in the bat file accordingly, it works. It is not working when the gif is on the network and the path in the bat is changed to the network location.
  • That's because there is no default player on your network, technically your giving a command from your computer to another(server) There is no player on your network, when you click on that file, it temporally puts that file on your computer, that's why you have RAM, that's what that's for. You may want to put a copy of the player on your network? not sure that will work. Somehow you have to fool the file to go to your RAM to kick in the gif. This is where I lack this info. It's probably working, your just not seeing it, because your commanding it to do something somewhere else, AKA (server)
  • Ahh, I see what you're saying now. That knowledge is a bit above my level too.