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

[REBOL] launch (view 1.2.1)

From: reviewer::free::fr at: 5-May-2003 22:18

Hi, I've just made 2 micro programs: first.r print "hello!" second.r launch %first.r Using View 1.2.1, I get an alert saying: "Launch can only be used by launcher programs." and first.r isn't executed. If I open a console, typing "launch %first.r" works indeed. What does it mean? Is it forbidden to launch other rebol interpretor within a rebol script? Does it work only with Pro features? Thanks, Gregory.