Hello ... by double-clicking with a mouse on any
html file, I "activate" it (bring it up for view)
even when my Internet connection is off-line. This is
because the file association ".html" is married to
that particular browser(IE, in my case).
Could I do the same thing in PB, using ASM code ?
In other words, what would be the ASM code that would
automatically "launch" an html file, just as if I had
double-clicked it with a mouse ? Say I wanted to launch/
activate "abc.html" ... what ASM code would I use within
PB DOS to do this ?
Another related thought ... Could I somehow stuff such
a command (to launch the "abc.html") into the keyboard
buffer ? If so, what would be the proper ASM code needed
to achieve this ?
Also, would not the ASM codes work If I had a Netscape
Browser (or any browser), as long as my computer properly
associates the file extension ".html" with my browser ?
Thank you for your help.
With best regards, Ken Wilson
html file, I "activate" it (bring it up for view)
even when my Internet connection is off-line. This is
because the file association ".html" is married to
that particular browser(IE, in my case).
Could I do the same thing in PB, using ASM code ?
In other words, what would be the ASM code that would
automatically "launch" an html file, just as if I had
double-clicked it with a mouse ? Say I wanted to launch/
activate "abc.html" ... what ASM code would I use within
PB DOS to do this ?
Another related thought ... Could I somehow stuff such
a command (to launch the "abc.html") into the keyboard
buffer ? If so, what would be the proper ASM code needed
to achieve this ?
Also, would not the ASM codes work If I had a Netscape
Browser (or any browser), as long as my computer properly
associates the file extension ".html" with my browser ?
Thank you for your help.
With best regards, Ken Wilson
Comment