[REBOL] Re: Windows Command Line Output
From: amicom::sonic::net at: 26-Nov-2001 10:03
Just put HALT at the point where the script exits. When a VIEW script is
started from an icon, it automatically exits when the program terminates. If
a VIEW script is started from the command line, it returns to the command line
when the script terminates. This is most likely why you are seeing different
behavior.
HALT exits the script to the command prompt no matter how the script was
started.
Have fun!
-Bo
REBOL Consultant