Volker Nitsch wrote:
>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
>
>
yes, we did it that way - start /wait ..... do not remember if console
window stays open or not though ... try to run console ("cmd" command
under W2K/XP and type "start /?" for help - you will find some nice
functions parameters there, which could provided you with what you want)
cheers,
-pekr-
>- 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.
>
>
>
>>Can ask Carl if version of View with this Call enabled can be produced to
>>that a user could modify this option so the exec window be kept open until
>>the user desires to manually do so.
>>
>>Thanks,
>>Gerard
>>
>>
>
>
>
>
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.