Forum: Scripting
04-15-2021, 02:18 PM
|
Replies: 1
Views: 51,705
|
Forum: Scripting
04-15-2021, 07:37 AM
|
Replies: 3
Views: 69
|
Forum: SecureCRT on the Mac
04-15-2021, 07:00 AM
|
Replies: 10
Views: 1,963
Hi Tommy,
Ah yes, sorry, missed that.
I...
Hi Tommy,
Ah yes, sorry, missed that.
I have added this thread to a feature request in our product enhancement database to add support for Big Sur/Intel. Should a future release of SecureCRT...
|
Forum: SecureCRT on the Mac
04-14-2021, 08:42 AM
|
Replies: 10
Views: 1,963
Hi Tommy,
Please note that Big Sur is not...
Hi Tommy,
Please note that Big Sur is not yet supported. Is it Intel? Or M1/ARM?
Regarding the focus issue, we cannot offer instrumented builds through the forums so please send an email to...
|
Forum: Scripting
04-14-2021, 08:35 AM
|
Replies: 3
Views: 69
Hi notorius7,
I am glad to hear you found...
Hi notorius7,
I am glad to hear you found the one example script.
There is one here for jump host scenario as well (https://forums.vandyke.com/showthread.php?t=12416).
Does that work for...
|
Forum: General
04-14-2021, 08:19 AM
|
Replies: 1
Views: 54
Hi pcbona,
What version of SecureCRT is...
Hi pcbona,
What version of SecureCRT is installed?
On what OS?
What do you mean by "copy and paste is enabled"?
What is the Mouse configuration in the Terminal category of Global Options?...
|
Forum: General
04-12-2021, 08:19 AM
|
Replies: 9
Views: 11,009
|
Forum: Scripting
04-10-2021, 03:16 PM
|
Replies: 2
Views: 75
|
Forum: General
04-10-2021, 03:10 PM
|
Replies: 2
Views: 89
Hi devrick,
What version of SecureCRT are...
Hi devrick,
What version of SecureCRT are you using?
On what platform/OS?
Almost any Menu Function can be configured to a button or keymap in SecureCRT.
Here are the steps to create a...
|
Forum: Secure Shell
04-09-2021, 08:41 AM
|
Replies: 1
Views: 84
Hi Jorgen,
VShell version 4.3 was the first...
Hi Jorgen,
VShell version 4.3 was the first with support for Server 2016.
Changes in VShell 4.3 (Beta 1) -- May 18, 2017
----------------------------------------------
New features:
...
|
Forum: Scripting
04-08-2021, 11:44 AM
|
Replies: 5
Views: 159
|
Forum: Scripting
04-07-2021, 03:59 PM
|
Replies: 5
Views: 159
Hi oliver366370,
The developers are...
Hi oliver366370,
The developers are investigating the Logon script option not being enabled by the script.
We feel this feature request would be helpful in accomplishing the objective also.
...
|
Forum: General
04-07-2021, 10:57 AM
|
Replies: 3
Views: 139
Hi darthrater,
Please post before and after...
Hi darthrater,
Please post before and after screenshots that illustrate the issue. If these would contain sensitive data, you can send via email to support@vandyke.com and reference Attn Brenda -...
|
Forum: General
04-07-2021, 08:32 AM
|
Replies: 3
Views: 139
Hi darthrater,
Please clarify the steps to...
Hi darthrater,
Please clarify the steps to replicate the issue. Specifically, what is a folder and what is a session?
I cannot replicate the issue as stated, but I am not sure if TX is a folder...
|
Forum: Scripting
04-07-2021, 07:45 AM
|
Replies: 5
Views: 159
Hi oliver366370,
How is OSCCurrent object...
Hi oliver366370,
How is OSCCurrent object defined?
How many connected tabs are there after you call ConnectInTab()?
It would probably be best if you posted the entire script. If there is...
|
Forum: Scripting
03-31-2021, 09:49 AM
|
Replies: 2
Views: 404
Hi arortizg,
Also, you will likely need to...
Hi arortizg,
Also, you will likely need to enable the Display logon prompts in terminal window option in the Connection / Logon Actions category of Session Options. You would make that change to...
|
Forum: Scripting
03-30-2021, 01:50 PM
|
Replies: 3
Views: 239
|
Forum: General
03-29-2021, 08:20 AM
|
Replies: 1
Views: 127
Hi lundman,
I have added this thread to a...
Hi lundman,
I have added this thread to a feature request in our product enhancement database for an option to highlight (and bookmark) all search results instead of find next window. Should a...
|
Forum: Scripting
03-26-2021, 02:03 PM
|
Replies: 3
Views: 239
Hi chill,
See this post...
Hi chill,
See this post (https://forums.vandyke.com/showpost.php?p=53730&postcount=2). I think your source text file is suffering the same issue.
|
Forum: Scripting
03-26-2021, 09:36 AM
|
Replies: 1
Views: 154
|
Forum: General
03-24-2021, 09:32 PM
|
Replies: 2
Views: 212
Hi Mike,
Yes, you could use command-line...
Hi Mike,
Yes, you could use command-line options. The info is found in the Help topic Using the Software / Command-Line Options / Table of Standard Command-Line Options.
SecureCRT /POS x y
|
Forum: Scripting
03-22-2021, 07:44 AM
|
Replies: 1
Views: 215
Hi kingfetty,
In SecureCRT's Help topic...
Hi kingfetty,
In SecureCRT's Help topic Configuring the Keyboard / ASCII Control Codes is a chart. You would want to use the octal equivalent with Send(), in this case \026.
I have added this...
|
Forum: Scripting
03-21-2021, 01:06 PM
|
Replies: 2
Views: 404
Hi arortizg,
The ConnectInTab() method takes...
Hi arortizg,
The ConnectInTab() method takes an optional parameter which determines whether the call fails silently or raises an exception:
And then a relevant line of info from Connect()...
|
Forum: General
03-21-2021, 12:53 PM
|
Replies: 1
Views: 210
Hi Regan_cheng@163,
The output you posted...
Hi Regan_cheng@163,
The output you posted indicates 100% which I take to mean success. :)
The warning message is just telling you that your account's permissions on the remote does not allow...
|
Forum: Scripting
03-19-2021, 08:15 AM
|
Replies: 2
Views: 299
Hi FabriceCarboni,
You would probably want...
Hi FabriceCarboni,
You would probably want to use the CurrentColumn and CurrentRow properties available to the Screen Object. See SecureCRT Help topic Scripting / Script Objects Reference / Screen...
|