Mike wrote:
> Is it possible to start a browser to display an html file from within a
REBOL Script???
Not directly. But indirectly, yes. Write a small C/C++ program that looks
for a REBOL generated batch file. Once it sees it, it executes it. For
example, I just wrote this line:
>> Command {"C:\Program Files\Internet Explorer\IEXPLORE.EXE" "c:\program
files\rebol\dictionary.htm"}
>>
into the REBOL console, got the security check box, then got this in my
RblCmd prompt:
C:\C++\RblCmd>"C:\Program Files\Internet Explorer\IEXPLORE.EXE" "c:\program
files\rebol\dictionary.htm"
then my Internet explorer started up and showed the old REBOL
dictionary.
%Command.r is attached. If you want a binary (win98/95) for RblCmd, then let
me know privately and I'll send it to you.
I hope that helps.
Andrew Martin
ICQ: 26227169
http://members.xoom.com/AndrewMartin/
-><-
Command.r