[Newbie]: nowindow option on Windows XP
[1/2] from: dgarrard::nufocusinc::com at: 5-Jul-2004 17:02
I have attempted to execute some of the sample scripts from the Rebol web
site and I can get them to execute well when I run from the Windows command
line.
IE:
c:\Rebol c:\mailsend.r
will send me an e-mail.
But if I attempt to run the same script with the --nowindow option I get the
Please tell Microsoft about this problem
crash dialog.
c:\Rebol --nowindow c:\mailsend.r
or
c:\Rebol -w c:\mailsend.r
Is anyone aware of anything I should be doing differently?
TIA
David Garrard
[2/2] from: greggirwin:mindspring at: 6-Jul-2004 8:43
Hi David,
DG> But if I attempt to run the same script with the --nowindow option
DG> I get the "Please tell Microsoft about this problem" crash dialog.
I did a quick test under W2K here and it worked fine. What version of
REBOL are you using. Given the error, I assume you're on XP.
I seem to recall there *might have been* some issues with --nowindow,
but I don't know the specifics and can't find any notes on it right
now.
-- Gregg