Jump to content



Welcome to KnowledgeSutra - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!
- - - - -

Run Internet Explorer From Command Prompt


43 replies to this topic

#26 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 04 August 2008 - 11:41 PM

Info abt Batch files
Run Internet Explorer From Command Prompt

Hi
This is kiran, I am just wonder whether I can get some info abt how to create batch files wll I know bit about DOS but I am not familiar how to create batch files with the commands. Could you Please help me out?

-reply by Kiran

#27 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 26 September 2008 - 12:01 PM

removing virus through cmd mode
Run Internet Explorer From Command Prompt

Nice idea ...But not good..We can simply do it by double clicking on IE ..Instead of doing these things..Forgive me if I m wrong..
I want to know to know one thing that can we remove any type of virus through cmd mode ...If yes how????

Thanx.
ABANI.

-reply by abani kanta mallick

#28 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 07 November 2008 - 12:28 AM

Way to call IE at a cmd prompt w/o having to create any temp filesRun Internet Explorer From Command PromptSimple way to do this effectively w/o having to go through the hassle of creating a file, and this will work from cmd scripts (which halt until the IE window is closed)Rundll32.Exe url.Dll,FileProtocolHandler http://www.Trap17.ComSm

#29 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 09 December 2008 - 06:40 PM

Dude its not about whats in and not, its about settling someones curiosity.  For instance I learned how to gain remote access through command prompt and because its a command line interface it runs much quicker than its gaphical counterpart.



#30 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 15 January 2009 - 08:01 PM

Thank you DeliviRun Internet Explorer From Command Prompt

I have to open about 50 sites and do a silly task every other day, this really helped me. Thanks Delivi!Sara-reply by sara



#31 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 28 February 2009 - 09:35 AM

Thank you for this informationRun Internet Explorer From Command Prompt

Brilliant,

Thank you very much for this extremely useful piece of information. 

I use Mozilla for all my web browsing but I have some icons on my desktop that open HTML servers for work. These do not open correctly in Mozilla so for just these I wanted them to open in Internet Explorer and your code does this without me having to either copy the link into the address bar or set IE as my default web page viewer.

Thank you

Craig



#32 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 29 April 2009 - 11:46 AM

can i also close the any web page directly through the cmd Run Internet Explorer From Command Prompt

really, I tried the tricks that u have given about the internet explorer accessing through cmd. And it works. Now can u tell me is it possible to close the google like pages directly from the cmd? if yes then pls guide me. I m anxious for your reply.

-reply by Ravi Kant

 



#33 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 23 June 2009 - 01:19 PM

Links with &Run Internet Explorer From Command Prompt

Not sure if ye can help but I am trying to open a batch of links that have a & in the link. This is a comman symbol so not sure why this is not handled by the dos prompt.

Here is an example:

Run cmdStart http://mail.Google.C...l/?hl=en&tab=wmExit

Thanks for any help,David



#34 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 15 October 2009 - 10:32 AM

explorerRun Internet Explorer From Command Prompt

 Clicking is for monkeys. Various programming applications utilize "command line" functionality, including clicking. for instance, when writing a batch file to run every time windows logs on to counter-act the bane of my existence (the reset and locking of the homepage on my computer at work) by telling the command line to switch the registry values to allow homepage manipulation, and then open to a specified page, and then Option ExplicitDim objShellSet objShell = CreateObject("WScript.Shell")ObjShell.Run "iexplore -nohome" Wscript.Sleep 2000objShell.SendKeys "TAB 2"objShell.SendKeys "http://www.Google.Com"Wscript.Sleep 500objShell.SendKeys "{ENTER}"Wscript.Sleep 500 objShell.SendKeys "%{HOME}"wscript.Sleep 2000objShell.Sendkeys "%{F4}"WScript.Quit Yes, sleep too is for monkeys.-maxsquires

-reply by rohit

#35 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 08 November 2009 - 09:20 PM

run internet explorer from Command PromptRun Internet Explorer From Command Prompt

Is it possible to open Google chrome through CMD (command prompt)

(my computer is super-slow with the regular internet browser, so I had to switch)

 






Reply to this topic


This post will need approval from a moderator before this post is shown.

  


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users