in rebol/core you need a partner in another language. you can communicate with sockets or with file-polling (if this file has changed there is a new message in it) a third way: start rebol from the other lang, then the input/output in rebol is connected to two files (pipes) outside, like web-servers do. with print you can send commands then. but no console anymore.. Volker > At 04:25 PM 5/1/00 -0500, you wrote: > >How can you run command line operating system calls in Unix or Windows from > >a Rebol script? > > > >thanks, > > > >Steve > > > > Can't do it with Rebol/Core. You'd need Rebol/Command, which is available > to Beta testers. > Propose a project that meets Carl's 5 requirements (below), email it to > Dan, and wait for Dan's reply. > > At 12:49 PM 4/19/00 -0700, you wrote: > >Dear REBOL friends, > > > >
