[REBOL] Re: Console window?
From: agem::crosswinds::net at: 27-Apr-2001 18:05
>>>>>>>>>>>>>>>>>> Ursprüngliche Nachricht <<<<<<<<<<<<<<<<<<
Am 27.04.01, 13:05:23, schrieb Joel Neely <[joel--neely--fedex--com]> zum
Thema [REBOL] Console window?:
> Running REBOL/View 1.1.0.4.2 on RedHat Linux 7.1, launching View
> from
> term window works fine, but when I click on the "Console" button,
> the
> View desktop disappears and no console shows up.
> The only way out of this situation that I've found thusfar is kill
> -9
> of the first rebol process (e.g. in top).
> Thus, my two questions:
> 1) How do I get a console window?
#!/bin/sh
cd ~/rebol/view/
xterm -e ./rebol
Volker