[REBOL] Difference in ME vs Win2K behavior
From: DNess::comcast::net at: 23-Jul-2003 2:21
I have a process that writes a .BAT file and then executes it. This
.BAT file contains 4 lines:
REBOL file1.r
REBOL file2.r param1
REBOL file2.r param2
REBOL file2.r param4
When run under ME this works fine. I get the desired behavior: i.e. 4 `views' all appear
on the screen.
In Win2K action stops after each display, and I have to close it by hand before the next
command
runs. Thus each view appears alone on the screen, and the next is not displayed until
the
previous is closed.
I'd like (1) the behavior to be consistent; and (2) it to behave as it does under ME.
Any suggestions about what I am doing wrong?