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

[REBOL] Re: launch interpreter without window from another script

From: santilli:gabriele::gmail at: 9-Mar-2010 10:59

On Tue, Mar 9, 2010 at 10:46 AM, Leon Meyer <lmeyer-bltech.co.za> wrote:
> Even if I start rebol with "-s", exe still does not launch. Firewall is > turned off.
Try something like: call/show reduce [system/options/boot "-ws" %/path/to/your-script.r] This way you can use whatever options you need, and you don't need to hardcode the path to the interpreter. HTH, Gabriele.