1.

Solve : I might sound like a n00b...?

Answer»

I believe there are Lynx binaries for real-mode DOS, and for CMD under Windows ... as well as the Linux TTY VERSIONS and more.I THINK you could download the Arachne DOS web browser, but I've never really USED it before though. Of course it's not a really a function of DOS that would load a webpage, it's just a program that can run in DOS.you can access a website! through a batch file!:Code: [Select]start http://www.google.caYou cannot access any website from any OS without a browser. MS DOS has no built in browser.
If you are using "DOS" WITHIN XP or NT, then that is not DOS, it is merely an emulator.If you make a batch file like this, it works:
Code: [Select]@echo off
start http://www.google.ca
exit !!!!!!!!!Quote

If you make a batch file like this, it works:
Code: [Select]@echo off
start http://www.google.ca
exit !!!!!!!!!
That's not getting a webpage in DOS that's just opening iexplore.exe (Internet Explorer), and opening google Canada.I'm outta here!


http://www.howstuffworks.com


Discussion

No Comment Found