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

[REBOL] Re: How to launch a new script with passing arguments?

From: rebol::ccsducto::com::ar at: 4-Dec-2006 19:06

Hello Dirk, AFAIK You can use call, but the security check will ask you for permissions to execute. You can change the permisions (for instance: secure [shell allow]), but the first time the security check will ask you for permissions to low security level. call {REBOL test.r "args"} Cesar