Hello, my goal is to launch multiple desktop applications and launch a couple websites through google chrome with a single batch file. Basically I'm pulling up all the programs and websites I use when broadcasting games through twitch.tv, so what I'm looking at here is a list something like this:
Launch OBS (Open Broadcaster Software)
Launch Spotify
Launch Google Chrome (www.twitch.tv/Architect_Gaming/dashboard)
Launch Facebook (www.facebook.com/iceT4ever)
Launch Twitter (www.twitter.com/7he4rchitect)
Launch Magic: The Gathering Online
I've read very briefly on batch files, I'm aware that I open up a notepad, start off with @echo off, then following lines should start with START followed by whatever program I'm looking to launch (with apostrophes in case of spaces) something like this: (Windows 8.1 for reference)
img tag is not working for me so I guess I will just include the links
https://imageshack.com/i/hj5FNzCzp
After saving this file and double-clicking on the desktop icon to launch it, I get this result:
https://imageshack.com/i/ezN6yxO7p
It appears that Google Chrome is opening correctly, and navigating to google.com correctly, but my other two applications are not launching. I right-clicked on their desktop icons, went to properties and copied their filepath and pasted directly into my batch file:
https://imageshack.com/i/p2E9daqMp
What am I doing incorrectly? Thanks for the help, let me know if you need additional information or screenshots from me.
-Trevor (Architect_Gaming on twitch if you want to stop by!)
Launch OBS (Open Broadcaster Software)
Launch Spotify
Launch Google Chrome (www.twitch.tv/Architect_Gaming/dashboard)
Launch Facebook (www.facebook.com/iceT4ever)
Launch Twitter (www.twitter.com/7he4rchitect)
Launch Magic: The Gathering Online
I've read very briefly on batch files, I'm aware that I open up a notepad, start off with @echo off, then following lines should start with START followed by whatever program I'm looking to launch (with apostrophes in case of spaces) something like this: (Windows 8.1 for reference)
img tag is not working for me so I guess I will just include the links
https://imageshack.com/i/hj5FNzCzp
After saving this file and double-clicking on the desktop icon to launch it, I get this result:
https://imageshack.com/i/ezN6yxO7p
It appears that Google Chrome is opening correctly, and navigating to google.com correctly, but my other two applications are not launching. I right-clicked on their desktop icons, went to properties and copied their filepath and pasted directly into my batch file:
https://imageshack.com/i/p2E9daqMp
What am I doing incorrectly? Thanks for the help, let me know if you need additional information or screenshots from me.
-Trevor (Architect_Gaming on twitch if you want to stop by!)