Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: How do I get rid of the "connecting to: "

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