79172887

Date: 2024-11-09 13:45:08
Score: 3.5
Natty:
Report link

you can do it much easier

Open Notpad

Start with @echo off. Then start each line with Start, space, then add the full link to the site. when done save it as a .bat file. It should look like this.

@echo off

Start https://www.youtube.com/

Start https://www.twitch.tv/

Adding other browsers is simple also. Name the browser before the link

@echo off

Start Chrome https://www.youtube.com/

Start Firefox https://www.twitch.tv/

Reasons:
  • Blacklisted phrase (1): youtube.com
  • No code block (0.5):
  • User mentioned (1): @echo
  • User mentioned (0): @echo
  • User mentioned (0): @echo
  • Low reputation (1):
Posted by: kyle langlois