On Tue, 08 Nov 2005 08:33:55 -0600, Silvia Brandimarte <[EMAIL PROTECTED]>  
wrote:

> Hi List,
>
> I would like to know if it's possible with Rebol to do system calls to  
> other
> programs and processes

If you are in windows you are lucky, in the last windows official releases  
of view
and core the 'call function is enabled, as simple as

        call "dir"

does the trick.

If you are not in windows, as Tom has said,  you can try download the last  
beta release
for your platform from rebol.net, those versions also have the 'call  
function enabled.

But beware: beta, and mainly alpha releases may don't work properly for  
some specific
tasks. alpha/beta versions are more for tests purposes rather than  
production purposes.


--
alberto
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to