[EMAIL PROTECTED] wrote:

> Wayne Pierce wrote:
> > Does anyone know if it's possible to run a REBOL script/program in the background 
>on Windows 95/98/NT/2000?
>
> Yes. Don't 'print anything from the script, and the Rebol script won't produce a 
>console window.

Well, just type "usage" in console window ...
You can use -w option ... it will not open any window. We are using it here from time 
to time ...
If you are using .bat file, you have to create .pif first. We used it with our Novell 
login scripts. Now we simply run rebol.exe with the name of the script as the 
parameter ....

-pekr-

>
>
> > I have a program that will need to run on some end user computers, but I know they 
>will kill the program if it keeps a DOS windows open...if I can keep it off the task 
>bar it would be great too.  I was thinking that I might need to have R/Command use a 
>function from a .dll but haven't looked that far yet.
>
> It can only be found by pressing Ctrl-Alt-Del, and looking for "Rebol" in the list 
>of programs and drivers.
>
> Andrew Martin
> Who's had way too many hidden Rebols on his machine...
> -><-
>
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to