[EMAIL PROTECTED] wrote:
> If I do "Rebol dns.r" from the DOS prompt (DOS box of
> Windoze 95) my dns.r program runs fine.
>
> If I put the same thing in a batch file, then Rebol just
> brings up the console, and dns.r is not loaded, just goes
> right to the Rebol prompt.
>
> How do you start rebol & program from batch file?
kurzy.bat
----------
start /w rebol -sq kurzy-seznam.r
import /PATH=G:\aplikace\promiss\system
We even managed another app to wait untill the rebol part of the task is
not finished by using start /w
I tried to run REBOL from Netware login script. It runs, but on some
machines we get black Rebol console screen. Once you begin to type,
background changes back to default console b/w coloring. Problems with
refresh when started from dos prompt? Don't know.
-pekr-