lkml.org 
[lkml]   [1999]   [Jun]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: A few questions.....
On Thu, 24 Jun 1999 androsyn@i95.com wrote:
> On Thu, 24 Jun 1999 jerome@psti.com wrote:
> > the advantage of open("http://www.site.org"); vs open_http("www.site.org");
> > is the possiblity of the existing code -without- modification. all
> > the current tools would work as is.
> >
> > example: cat http://www.site.org/index.html | less

consider this example:

'http://www.site.org/index.html'

That is, run the object of that URL as a program, same as you would
compiled code, or a shell script, or a Java class. That should be
interesting. Someone's going to want it pretty soon, if for no other
reason than that Win32 can do it:

C:/> START http://www.site.org/index.html

What it means on Win32 is to run your default Web browser and pass it that
URL. This takes a pile of code in ShellExecute() and a fair amount of
data in the (pardon my language) Registry. Think about it.

--
Mark H. Wood, Lead System Programmer mwood@IUPUI.Edu
A Brazil-nut is neatly packaged and tightly integrated. To turn it into
food, you must crack and remove the shell. I find that I feel the same
way about an increasing number of software products. *sigh*


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:52    [W:0.070 / U:0.144 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site