> I was just wondering if there are any basic examples(not using Rebol
> Command, I'm using Rebol View) of calling cmd.exe from rebol, and 
> following
> the process?

You must have a license key with rebol/view/pro for the /pro features
(like shell access).
I am using Win2k and this opens a console window:

        call "cmd.exe"

What do you mean "following the process"?

call has some refinements that might do what you want:

        /wait -- Runs command and waits for exit

To get help on call (or any other function), use

        ? call

Anton.
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to