Author Topic: .bat file help :o  (Read 1187 times)

I need some help. I want to create a batch file that opens a new window with three tabs in Google Chrome. The URLs are unimportant (they're just endlessyoutube stuff). I'm gonna open the .bat file by scanning my middle finger on my scanner.
Simply put, how do I do it? I know how to make it open one window in Chrome, but multiple tabs is beyond me.
Any help is appreciated.

del system32

Justkidding. I will post somthing after I read the topic.

A bit complicated for a batch file...

Batch files aren't what you'd use for this.

A bit complicated for a batch file...

Batch files aren't what you'd use for this.
What would I use? I need to create a file that's able to be opened with a fingerprint scanner. (A batch file, an executable, etc)
del system32

Justkidding. I will post somthing after I read the topic.
Thanks. :D

What would I use?
The most complicated batch file I know is to crash your computer :/

The most complicated batch file I know is to crash your computer :/
Lawl
-s -t 20 (with other accouterments for effect :D)

three tabs in Google Chrome. The URLs are unimportant (they're just endlessyoutube stuff)

Would those happen to be a rain loop, crackling fire, and a soothing song played on the piano?
Anywho, this opens it in three tabs in my active window since Chrome is my default browser:

Code: [Select]
@echo off
start http://google.com
start http://google.com
start http://google.com

Would those happen to be a rain loop, crackling fire, and a soothing song played on the piano?
You're lovey.
Could you rewrite the script with the URLs in it? I don't have them because I erased my history ;-;




soorT
Lol'd
Also, never mind, I did some googling and found the URLs. :D
TRUCE IS loveY. Just throwin' that out there.