1.

Solve : DOS opens Internet Explorer and...?

Answer» <html><body><p>I'm trying to figure out how to use <a href="https://interviewquestions.tuteehub.com/tag/dos-432778" style="font-weight:bold;" target="_blank" title="Click to know more about DOS">DOS</a> <a href="https://interviewquestions.tuteehub.com/tag/coding-25511" style="font-weight:bold;" target="_blank" title="Click to know more about CODING">CODING</a> to open up Internet Explorer and make it go to a specific site. I know to make it go to IE, I <a href="https://interviewquestions.tuteehub.com/tag/need-25476" style="font-weight:bold;" target="_blank" title="Click to know more about NEED">NEED</a> something lie:<br/><br/>echo off<br/>START xxx/xxx/xxx/xxx/IE.exe<br/><br/>But how do I get it to go to a specific website?if you want to use DOS to start IE and then go to specific website and then do nothing else, you might as <a href="https://interviewquestions.tuteehub.com/tag/well-734398" style="font-weight:bold;" target="_blank" title="Click to know more about WELL">WELL</a> go to your "Start" button and launch it. Its faster that way. BUT if you want to go to the  website  and download stuff and maybe you want to schedule it, then use vbscript for native or use a tool such as wget/curl to do it.The web page is entered an an argument for IEXPLORE.EXE.  Use the following link to Google as an example:<br/> Code: <a>[<a href="https://interviewquestions.tuteehub.com/tag/select-630282" style="font-weight:bold;" target="_blank" title="Click to know more about SELECT">SELECT</a>]</a>(path to ie directory)\IEXPLORE.EXE http://www.google.com<br/>Interesting, would you be able to link in multiple sites? Like using &amp;&amp; and just link in more?</p></body></html>


Discussion

No Comment Found