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

[REBOL] Re: What else don't I know

From: nitsch-lists:netcologne at: 12-Jan-2004 10:57

Am Samstag 10 Januar 2004 23:46 schrieb Gerard Cote:
> Hi Volker, > > Since I saw your name on the discussion about the CALL mechanism included > in View, can you tell me if it will be possible to permit under Windows > that a DOS execution Window to stay open after the launched command exec is > completed. The actual Doc about the SHELL and CALL use say it can't - > because it is forced.
I am new to call and windows, so i can't tell much. what i would try: - run it in a batch-file and add some wait-statement at end. you could launch rebol with a requester to keep window open - if you don't need user-input in dos-window, use call/output and show results in a /view-window - there is a call/console which says it uses rebol-console instead of dos-window. but never tried.