Opening upto 1000 tabs of a browser like chrome at a time | Creating Batch (.bat) Files
Step 1: Open notepad in your computer and write @echo off
First of all, we turn the echoing of our batch program off.Turning echo to off has too many advantages. It stops the echoing of the program which means it stops showing the every character of the URL given in the command and prevent our computer running too much load. This also prevent our computer from getting stuck in such situation of running 1000 commands at a time.If we don't write this, it means echo is on and our computer may be disturbed due to heavy load at a time. Thus, we should always write this before writing such a heavy program like batching commands.
Step 2: Write "start" and then the program name
After stopping echo, we write(in next line) the keyword "start" and then write the program to open (as here browser name).Suppose I want to open the tabs in Chrome browser, we write:
"@echo off
start chrome"
We may also write another program name which we want to open, here I've just taken chrome as an example.
Step 3: Write the URL that you want to open
Now, write the URL or Link which we want to open. We can also paste the URL here if we have copied it earlier. Please note that we don't have to put the link inside quotes or brackets.
Step 4: Now copy the second line as many times as we want the tabs to be open
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 we don't want to copy and paste.
Please note that we don't have to copy the line of echo off otherwise the program will corrupt.
Step 5: Save the notepad file with extension .bat and change file type to all files
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 6: Now locate the saved file and open it
We will see that chrome has opened and multiple tabs started opening again and again until whole command got end.
Thanks for reading. To read more such ways or tricks visit our HOW TO label(tab)
We guarantee you got the help you needed. Keep reading such great knowledge on this website.
To know specifically about anything, just search the keyword in our search box on the home page and you will get to know everything about that.To read more such latest tech knowledge, visit our HomePage .
If you want to share us your feedbacks, suggestions or if you have any question, you can ask me by filling our Contact Form .







2 Comments
thanku
ReplyDeletethanku very much for this info
ReplyDeleteWrite something good ✨