Start->Run vs CMD
Solution 1:
Prefix it with start
when you use it in cmd.exe
, i.e. start http://www.google.com
, start appname://open/555890405
.
cmd.exe
expects the first space-delimited token you enter to be an internal command, drive letter specification, or filename - not a URL. But the start
command supports that.