Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: newbieQ: How to launch an external application from Rebol ?

From: jasonic:panix at: 28-Sep-2001 23:22

> I think what you need for this is the windows "start" command, which can > deal with windows filetypes. > try this: > > call "start rebol_flash.swf" > > I haven't done much with the shell features of view/pro yet, but I think
the
> solution with DLL calls is the only way to avoid the black DOS box popping > up (at least with the current version of rebol). > > -Cal
Yes this works
>>> call "start c:\rebol\local\rebol_flash.swf"
But still with the black DOS box. Look like until Rebol integrates this more deeply, Gregg's solution is the way to go Thanks everyone - Jason