Forum: General
09-15-2021, 09:01 AM
|
Replies: 0
Views: 4,580
|
Forum: General
09-01-2021, 08:26 AM
|
Replies: 3
Views: 2,266
Before connecting to the remote host, you can...
Before connecting to the remote host, you can turn on File -> Trace Options to see some additional messages related to ssh.
And then also try your failing command with trace options on.
It...
|
Forum: Scripting
08-30-2021, 10:26 AM
|
Replies: 1
Views: 5,329
|
Forum: General
08-18-2021, 03:32 PM
|
Replies: 1
Views: 1,379
|
Forum: General
08-16-2021, 10:15 AM
|
Replies: 2
Views: 2,472
i've recently been switching to Cascadia Mono...
i've recently been switching to Cascadia Mono font (Mono because sCRT does not support ligatures) and it has been better than some of what I had been using. Though superscript does seem a bit...
|
Forum: Scripting
08-07-2021, 04:03 PM
|
Replies: 19
Views: 7,149
If you're more keen to use Python3 in scrt (I...
If you're more keen to use Python3 in scrt (I would be), looks like pywin32 can handle the COM objects to do the same kind of thing.
My quick test:
# $language = "Python3"
# $interface = "1.0"...
|
Forum: Scripting
08-06-2021, 12:44 PM
|
Replies: 3
Views: 2,296
The limiting speed factor here is the...
The limiting speed factor here is the communication channel to the remote device. The difference between a switch/case and if/else will be greatly overshadowed by the communication.
A switch/case...
|
Forum: Scripting
08-05-2021, 11:31 PM
|
Replies: 19
Views: 7,149
This was my experience, yes. I just tried it...
This was my experience, yes. I just tried it again for sanity, scrt open on the left side of my screen and excel with an open workbook on the right. Running the script I saw the values pop up in...
|
Forum: Scripting
08-03-2021, 12:23 PM
|
Replies: 3
Views: 2,296
Hiya Rhudi-
haha- i may or maynot work...
Hiya Rhudi-
haha- i may or maynot work for Cisco, and i rarely if ever connect to networking devices.
Anyway, my critiques are these.
The code presented is too monolithic and should...
|
Forum: Scripting
08-03-2021, 10:09 AM
|
Replies: 19
Views: 7,149
Hello-
I might be missing something, but...
Hello-
I might be missing something, but this script will update a cell in an Open excel sheet with new data. I think the difference is GetObject vs CreateObject
Option Explicit
REM On...
|
Forum: Scripting
07-31-2021, 01:22 AM
|
Replies: 3
Views: 1,683
Hi Bjoern-
So, it also looks like readstring...
Hi Bjoern-
So, it also looks like readstring reads until the characters defined in the call, in your case
crt.Screen.ReadString(":~#")
which is part of your command line prompt and so on the...
|
Forum: Scripting
07-30-2021, 01:05 PM
|
Replies: 3
Views: 1,683
Hi,
Try using:
Screen.IgnoreEscape =...
Hi,
Try using:
Screen.IgnoreEscape = True
From the docs:
By default, ReadString will capture all data received from the remote, including escape sequences. To enable or disable the...
|
Forum: General
07-29-2021, 11:31 PM
|
Replies: 4
Views: 2,223
|
Forum: General
07-19-2021, 11:59 AM
|
Replies: 2
Views: 3,739
Possibly the registry?
...
Possibly the registry?
Computer\HKEY_CURRENT_USER\SOFTWARE\VanDyke\SecureCRT\Config Path
at least, that's where mine seems to be which contains the file Global.ini
erm, sorry. I'm running...
|
Forum: General
06-23-2021, 07:43 PM
|
Replies: 1
Views: 1,369
|
Forum: Scripting
06-05-2021, 10:23 AM
|
Replies: 2
Views: 1,983
|
Forum: General
06-04-2021, 08:51 PM
|
Replies: 4
Views: 2,223
oh, this is interesting. I noticed it, too, but...
oh, this is interesting. I noticed it, too, but thought it was just a weird glitch.
i was busy at the time and didn't think much about it as it seemed to be just cosmetic and didn't seem to affect...
|
Forum: General
05-27-2021, 10:04 AM
|
Replies: 1
Views: 2,695
Allow % variables in more places
Hello!
The variables available in some places like log file naming (%H=hostname, %S=session name, etc, etc) would be nice to have in other locations.
1. Local Shell; but first this needs to...
|
Forum: Scripting
10-02-2020, 12:05 PM
|
Replies: 3
Views: 4,277
|
Forum: Scripting
10-01-2020, 12:05 PM
|
Replies: 3
Views: 4,277
Python3 yay (vs. embedded question)
I'm excited about the new python 3 support (among other coming enhancements)! Though I am curious, is there any downside/limitation to using py3 since it's not the "embedded" version?
Keeping the...
|
Forum: Scripting
08-09-2020, 02:13 PM
|
Replies: 7
Views: 5,206
Hi-
I can think of 2 possible work-arounds. ...
Hi-
I can think of 2 possible work-arounds.
1. Create a second script that clones the current session 3 times when executed and in Session->Logon Actions->Logon Script set it to this new...
|
Forum: Scripting
07-24-2020, 03:52 PM
|
Replies: 6
Views: 6,457
|
Forum: Secure Shell
08-27-2019, 09:18 AM
|
Replies: 4
Views: 14,516
I feel like I'm seeing this "The semaphore...
I feel like I'm seeing this "The semaphore timeout period has expired." frequently since upgrading.
I'm having difficulty narrowing down the issue because I was previously running WinXP and...
|
Forum: Scripting
08-27-2019, 08:50 AM
|
Replies: 3
Views: 3,365
|
Forum: Scripting
07-06-2019, 09:47 AM
|
Replies: 2
Views: 3,358
|