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

[REBOL] Re: Is there an exec command?

From: anton:lexicon at: 10-Apr-2002 20:49

Hi John, Well, first of all you need to have at least Rebol/View/Pro ie. You have downloaded Rebol/View/Pro and purchased a license key for it (US$49), which unlocks the Pro features (shell access, external libraries, some sound etc.) The command that you would use is CALL, eg: call "" Which on Windows opens a console window very briefly (and doesn't do anything else.) Here on Windows 2000, this opens a shell window: call "cmd.exe" To see more options, type: help call Rebol/Core doesn't have call. Regards, Anton.