How do I get rid of the "connecting to: "
[1/4] from: danec::thevision::net at: 7-May-2001 14:56
When I
page: read http://www.cnn.com
what is the easiest way to get rid of the
connecting to: www.cnn.com
??
Thanks.
--
Dane Carlson
[danec--nickelnews--com]
http://www.nickelnews.com
[2/4] from: ryanc:iesco-dms at: 7-May-2001 15:16
It does not do that in View, but you probably have some reason to be using Core.
Dane Carlson wrote:
> When I
> page: read http://www.cnn.com
<<quoted lines omitted: 10>>
> [rebol-request--rebol--com] with "unsubscribe" in the
> subject, without the quotes.
--
Ryan Cole
Programmer Analyst
www.iesco-dms.com
707-468-5400
I am enough of an artist to draw freely upon my imagination.
Imagination is more important than knowledge. Knowledge is
limited. Imagination encircles the world.
-Einstein
[3/4] from: larry:ecotope at: 7-May-2001 15:31
Hi Dane
You can set
system/options/quiet: true
before doing your net access. Or if it is a script invoked from the command
line, run it with the -q option.
-Larry
[4/4] from: sterling:rebol at: 7-May-2001 15:47
Set:
system/options/quiet: true
Sterling
Notes
- Quoted lines have been omitted from some messages.
View the message alone to see the lines that have been omitted