Ticker

6/recent/ticker-posts

How to Open more than 10000 Tabs in Chrome at one Click? Trick to Open Multiple File Windows at once

HOW TO OPEN MULTIPLE TABS (MORE THAN 10000) IN CHROME BROWSER AT A TIME USING BATCH FILES


BEST Trick to Open more than 10000 Tabs in any browser at 1 Click: 7 steps. How to Open Multiple Files/Windows/Programs at once on startup in chrome?


Step 1: Open notepad in your computer

Open Notepad in your computer or laptop. You can open it from Start> All Programs> Accessories> Notepad. 

Step 2: Write "@echo off" as the first line.

Opening upto 1000 tabs of a browser like chrome at a time | Creating Batch (.bat) Files | TECH FLECKK

When echo is turned off, the command prompt window hides so that a cleaner view is seen in the output. 
"@," hides the command being executed to create a cleaner output.

Step 3: Write 'start' and then the 'program or application name' .
BEST Trick to Open more than 10000 Tabs in any browser at 1 Click: 7 steps. How to Open Multiple Files/Windows/Programs at once on startup in chrome?

After turning off echo, we write(in next line) "start" and then the 'program or application name' which you want to open (here chrome or any other browser). 

Here, I want to open the tabs in Chrome browser, so, we would write: 
"@echo off
start chrome"

Step 4: Mention the 'URL or File Location' that you wanted to open multiple times

Opening upto 1000 tabs of a browser like chrome at a time | Creating Batch (.bat) Files | TECH FLECKK


Mention the URL OR Link (you want to open) just after the program name. Link may be any file location also. 

If you want to open any file multiple times, you may us this trick. 

We can also paste the URL here if we have copied it earlier. 

Don't keep the URL inside quotes or brackets.

Step 5: Now copy this command and paste it multiple times

BEST Trick to Open more than 10000 Tabs in any browser at 1 Click: 7 steps. How to Open Multiple Files/Windows/Programs at once on startup in chrome?



Copy the second line from start to whole URL and paste it in another line again and again. We may also write the same thing again and again if you don't want to copy and paste

You don't have to copy '@echo off' again and again.


Step 6: Now, save the file with file type 'all files'. Don't forget to add extension ".bat"

Opening upto 1000 tabs of a browser like chrome at a time | Creating Batch (.bat) Files | TECH FLECKK


Save the file with extension .bat which is the shorthand form of batch. And change the file type to all files. Click Save after choosing file location. And here we have created what we wanted.


Step 7: Now locate the saved file and open it


You would see that chrome has opened and multiple tabs have been opening again and again. 

If your computer or laptop is with less RAM, it may hang for sometime but don't worry all will be good after some time. If not, press ctrl+alt+del to open task manager and end all the tasks at once.




We guarantee you got the help you needed. Keep reading such great knowledge on this website

Post a Comment

0 Comments

Recent Posts