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: bry:itnisk at: 5-Apr-2002 14:48

>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"
thanks doubt I can get my boss to okay this until there's something being produced that's useful, a catch-22 I'm thinking what I could do is write a wscript from rebol, save it, open it, the wscript runs cmd.exe, could I suppose do the same with .bat files etc. Obviously a limited solution
>What do you mean "following the process"?
I was thinking along the lines of a process handler, /wait is fine, I suppose in Rebol core there's no way but is there in command a way to tell what came out on the other end, i.e start.r starts a process, a window, what does this process do? does it start another process?