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

CALL is free!?!? Re: SDK licensing issues

 [1/7] from: eric::ehrichweiss::com at: 3-Feb-2006 15:22


Ok, I just now noticed this. In the discussion on said site Carl mentions that CALL is free. Does this mean it's in Core/View and that I could actually start accessing DLL's and system functions/executables right now? Thanx for any insight on this. Ladislav Mecir wrote:

 [2/7] from: compkarori:gmai:l at: 3-Feb-2006 22:33


Hi Eric, Call doesn't allow you to access DLLs, but it does the latter. On 2/4/06, Eric Haddix <eric-ehrichweiss.com> wrote:
> Ok, I just now noticed this. In the discussion on said site Carl > mentions that CALL is free. Does this mean it's in Core/View and that I
<<quoted lines omitted: 9>>
> To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject.
-- Graham Chiu http://www.compkarori.com/emr/

 [3/7] from: carl:cybercraft at: 3-Feb-2006 22:33


On Friday, 3-February-2006 at 15:22:07 Eric Haddix wrote,
>Ok, I just now noticed this. In the discussion on said site Carl >mentions that CALL is free. Does this mean it's in Core/View and that I >could actually start accessing DLL's and system functions/executables >right now? > >Thanx for any insight on this.
call %/c/windows/notepad.exe works for me in View 1.3. -- Carl Read.

 [4/7] from: tim-johnsons::web::com at: 5-Feb-2006 8:08

'CALL download link? [was CALL is free!?!? ...]


Where can we download it? -- For Linux -- thanks tim * Carl Read <carl-cybercraft.co.nz> [060203 11:42]:
> On Friday, 3-February-2006 at 15:22:07 Eric Haddix wrote, > >
<<quoted lines omitted: 10>>
> To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject.
-- Tim Johnson <tim-johnsons-web.com> http://www.alaska-internet-solutions.com

 [5/7] from: gchillemi:aliceposta:it at: 5-Feb-2006 22:49

R: Re: CALL is free!?!? Re: SDK licensing issues


Is there a way to pass parameters ? Giuseppe Chillemi -----Messaggio originale----- Da: rebol-bounce-rebol.com [mailto:rebol-bounce-rebol.com] Per conto di Carl Read Inviato: venerd=EC 3 febbraio 2006 21.37 A: rebolist-rebol.com Oggetto: [REBOL] Re: CALL is free!?!? Re: SDK licensing issues On Friday, 3-February-2006 at 15:22:07 Eric Haddix wrote,
>Ok, I just now noticed this. In the discussion on said site Carl >mentions that CALL is free. Does this mean it's in Core/View and that I >could actually start accessing DLL's and system functions/executables >right now? > >Thanx for any insight on this.
call %/c/windows/notepad.exe works for me in View 1.3. -- Carl Read.

 [6/7] from: tim-johnsons::web::com at: 5-Feb-2006 16:32

Re: 'CALL download link? [was CALL is free!?!? ...]


* Tim Johnson <tim-johnsons-web.com> [060205 08:09]:
> > Where can we download it? > -- For Linux -- > thanks > tim
Hmmm! Just downloaded core 2.6.2.4.2. 'call is a supported function here... tim
> * Carl Read <carl-cybercraft.co.nz> [060203 11:42]: > >
<<quoted lines omitted: 23>>
> To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject.
-- Tim Johnson <tim-johnsons-web.com> http://www.alaska-internet-solutions.com

 [7/7] from: carl::cybercraft::co::nz at: 6-Feb-2006 3:31

Re: R: Re: CALL is free!?!?


On Sunday, 5-February-2006 at 22:49:16 Giuseppe Chillemi wrote,
>Is there a way to pass parameters ?
Yes. Just put the command and parameters in a string and use your OS's normal syntax. Ie., for Windows... call "notepad c:\my documents\some-text.txt" Docs here... http://www.rebol.com/docs/shell.html -- Carl Read.

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