| |
|
Welcome to KnowledgeSutra - Dear Guest | |
Run Internet Explorer From Command Prompt
#26
Posted 04 August 2008 - 11:41 PM
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
Posted 26 September 2008 - 12:01 PM
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
Posted 07 November 2008 - 12:28 AM
#31
Posted 28 February 2009 - 09:35 AM
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
Posted 29 April 2009 - 11:46 AM
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
Posted 23 June 2009 - 01:19 PM
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
Posted 15 October 2009 - 10:32 AM
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 rohitReply to this topic

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users














