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

[REBOL] Re: newbie using rebol to call windows commandline

From: anton:lexicon at: 5-Apr-2002 21:56

> 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.