can I launch urls from command line(windows) directly.
feedback
|
migrated from stackoverflow.com Sep 6 '09 at 18:37
This question came from our site for professional and enthusiast programmers.
|
Yes, with the start command. Example:
That will use the user's default browser. | |||||
feedback
|
|
What's "launch" in this context? You can | |||
|
feedback
|
|
Here's a cheap approach that will work on XP at least:
| |||||||
feedback
|
|
you can use
Interestingly only following combination are working for above url :
But following is not working :
I think it is because in the later example google.com and asp.net are treated as files and it tries to find google.com file and gives error on not finding it. I think it is hardcoded for www. Any better guesses ? | |||
|
feedback
|