Rob -

Try this:

Option Explicit
Sub Main
     Const NEVER_TIME_OUT = 0

     With Application
 if .connected then .disconnect
 .ConnectionSettings = "Host xxx.xxx.com"
 .connect
 .savesettings .settingsfile, , rcOverwrite
     end with

End Sub

The users can run this with a command line like:

c:\windows\reflection\r1win.exe /S settings file /RBS script file

Regards.

Glenn

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *