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:
Reply To:
Date:
Fri, 14 May 2004 19:02:56 +0000
Content-Type:
text/plain
Parts/Attachments:
text/plain (45 lines)
Glen, Thank YOU!
This is great and so simple. Works fine.
One other quick question. Is there a command to automatically exit / quit refelction after running this script?
We might want to execute this at network logon time. Run it and exit ...
Thanks again,
Robert M.


-----Original Message-----
From: Glenn Mitchell [mailto:[log in to unmask]]
Sent: Friday, May 14, 2004 02:35 PM
To: [log in to unmask]
Subject: Re: WRQ Reflection VT-MGR Host Change

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 *

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

ATOM RSS1 RSS2