Jump to content

Recommended Posts

Posted

Hello i have some saved url to my pc (not in browser, i have them like shortcuts) and i want to run them in different browser. How can I make it?

e.g. i have a url called "strike" i want to make it run with mozilla. i have a url called "counter" i want run it with explorer.

Posted

Well I got another solution for ya, I've some knowledge in batch files.

 

1.Right click on your desktop

2.Select New -> Text document

3.Leave the name as is, we don't care

4.Right click on the txt and edit it

5.And do this:

start iexplore http://www.maxcheaters.com
start chrome http://www.maxcheaters.com

<start> = start, open, run

<iexplore> = internet explorer.

<chrome> = Google chrome.

<http://www.maxcheaters.com> = the website that you wanna get redirected to.

 

Now, what you will do is, go to each browsers folder(Located in: C:/Program Files/Internet Explorer) and try to find the .exe which opens the program. In our case, Internet explorer = iexplorer. 

 

For google chrome = chrome. 

 

so, you type: start chrome (Website link)

 

and then you save as.. (name).bat <-- don't forget the .bat also don't save it as "text document (.txt" but as "all files"

 

Voila! You're done!

Hope I helped. :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...