HOW TO OPEN MULTIPLE TABS (MORE THAN 10000) IN CHROME BROWSER AT A TIME USING BATCH FILES
Step 1: Open notepad in your computer
Open Notepad in your computer or laptop. You can open it from Start> All Programs> Accessories> Notepad.
Read more: Learn to create Batch File
Step 2: Write "@echo off" as the first line.
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.
Read more: Know more about Batch Files (.bat) files
Step 3: Write 'start' and then the 'program or application name' .
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
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
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"
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.
Read more: All you need to know about Batch File
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.







0 Comments
Write something good ✨