HP3000-L Archives

May 2004, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Glenn Mitchell <[log in to unmask]>
Reply To:
Glenn Mitchell <[log in to unmask]>
Date:
Fri, 14 May 2004 10:35:17 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (28 lines)
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 *

ATOM RSS1 RSS2