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

launch interpreter without window from another script

 [1/6] from: lmeyer:bltech:za at: 9-Mar-2010 10:32


Hi My script ends with: launch %client_4554.r quit The first time I run the script from command line using rebol core, I can execute it in the background with the -nowindow parameter, but when a script is launched from within a script, it opens a new window for the interpreter. Is there a way to use launch from within a script with a "nowindow" parameter? Using Windows OS. Thanks. Leon Meyer Best Regards

 [2/6] from: compkarori::gmail at: 9-Mar-2010 4:22


Use 'call instead? On Tue, Mar 9, 2010 at 9:32 PM, Leon Meyer <lmeyer-bltech.co.za> wrote:
> =A0Hi > My script ends with:
<<quoted lines omitted: 10>>
> To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject.
-- Graham Chiu http://www.compkarori.co.nz:8090/ Synapse - the use from anywhere EMR.

 [3/6] from: lmeyer:bltech:za at: 9-Mar-2010 11:46


when I use "call" in rebol core, I get the popup asking me to allow permissions. I "allow all", but I only get "== 0" at the interpreter console and the exe does not open. Even if I start rebol with "-s", exe still does not launch. Firewall is turned off. On 3/9/2010 11:18 AM, Graham Chiu wrote: Use 'call instead? On Tue, Mar 9, 2010 at 9:32 PM, Leon Meyer <lmeyer-bltech.co.za>[1] wrote: =A0Hi My script ends with: launch %client_4554.r quit The first time I run the script from command line using rebol core, I can execute it in the background with the -nowindow parameter, but when a scr= ipt is launched from within a script, itopens a new window for the interpret= er. Is there a way to use launch fromwithin a script with a "nowindow" parameter? Using Windows OS. Thanks. Leon Meyer Best Regards -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject. --=20 Graham Chiu http://www.compkarori.co.nz:8090/[2] Synapse - the use from anywhere EMR. --- Links --- 1 mailto:lmeyer-bltech.co.za 2 http://www.compkarori.co.nz:8090/

 [4/6] from: compkarori:g:mail at: 9-Mar-2010 4:22


I use encapped software and have secure settings in the encap header ... so no such issues. On Tue, Mar 9, 2010 at 10:46 PM, Leon Meyer <lmeyer-bltech.co.za> wrote:
> =A0when I use "call" in rebol core, I get the popup asking me to allow > permissions. I "allow all", but I only get "== 0" at the interpreter console
<<quoted lines omitted: 17>>
> To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject.
-- Graham Chiu http://www.compkarori.co.nz:8090/ Synapse - the use from anywhere EMR.

 [5/6] from: santilli:gabriele:gma:il 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.

 [6/6] from: lmeyer:bltech:za at: 9-Mar-2010 12:05


Thanks, Gabriele, works perfectly!! On 3/9/2010 11:59 AM, Gabriele Santilli wrote: call/show reduce [system/options/boot "-ws" %/path/to/your-script.r]

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted