Forum: Scripting
07-30-2021, 02:53 PM
|
Replies: 3
Views: 2,053
Thanks Greg.
I added the...
Thanks Greg.
I added the crt.Screen.IgnoreEscape = True, it got rid of the escape sequence characters, however, I still have two lines:
ibcx1105vm002ssc001
CPU2:ibcx1105vm002ssc001
when I...
|
Forum: Scripting
07-30-2021, 09:58 AM
|
Replies: 3
Views: 2,053
|
Forum: Scripting
05-13-2021, 01:21 PM
|
Replies: 3
Views: 2,582
Thanks for the explanation Jake!
Changed my...
Thanks for the explanation Jake!
Changed my script to:
Sub Main
Dim result
crt.Screen.Send "grep ^Release /tspinst/scripts/aiParameter.sh|awk -F'=' '{print $2}'" & chr(13)
result =...
|
Forum: Scripting
05-12-2021, 06:22 PM
|
Replies: 3
Views: 2,582
|
Forum: Scripting
04-15-2021, 10:46 AM
|
Replies: 1
Views: 2,139
|
Forum: Scripting
03-09-2021, 01:56 PM
|
Replies: 2
Views: 1,950
|
Forum: General
02-04-2021, 07:30 AM
|
Replies: 7
Views: 2,643
|
Forum: General
02-02-2021, 01:47 PM
|
Replies: 7
Views: 2,643
Hi Brenda.
My manager has been asking me...
Hi Brenda.
My manager has been asking me what advantage SCRT has over putty and I've mentioned a quite a few.
Would you have a comparison chart comparing the features and advantages of...
|
Forum: General
02-01-2021, 08:40 AM
|
Replies: 7
Views: 2,643
|
Forum: General
01-29-2021, 01:08 PM
|
Replies: 7
Views: 2,643
Launch a script from from the menu bar
Good day.
Is it possible to launch a script from the SecureCRT menu bar?
POPUPMENU "&ConfD CLI"
MENUITEM "&Get logs", "RUN", "%APPDATA%\VanDyke\custom_config\scripts\MyAwesomeLogScript.vbs\n"...
|
Forum: General
09-30-2020, 07:57 AM
|
Replies: 7
Views: 2,398
Thank you Cameron.
I would really favor "B)...
Thank you Cameron.
I would really favor "B) Export your configuration (Tools > Export Settings...) to an .XML file", however, I do not see that option under Tools or anywhere else. The only...
|
Forum: General
09-29-2020, 02:00 PM
|
Replies: 7
Views: 2,398
|
Forum: General
09-29-2020, 08:10 AM
|
Replies: 7
Views: 2,398
Hi Cameron.
In reply to your questions:
...
Hi Cameron.
In reply to your questions:
. Windows Server 2008 R2 Enterprise
. SecureCRT Version 8.3.2 (x64 build 1584)
. This has been occurring on one button randomly for a few months now,...
|
Forum: General
09-28-2020, 12:23 PM
|
Replies: 7
Views: 2,398
Label of button keeps changing
Good day.
The labels of 3 of my buttons keep changing. The labels are then replaced by cutting the last 23 characters from the send string and those 23 characters then become the label.
Has...
|
Forum: Scripting
09-24-2019, 02:20 PM
|
Replies: 1
Views: 2,742
|
Forum: Scripting
03-06-2019, 08:16 PM
|
Replies: 3
Views: 4,072
|
Forum: Scripting
03-06-2019, 03:38 PM
|
Replies: 3
Views: 4,072
Need help with Case/Do/Loop (again)
Good day.
I always seem to run into the same problem but every time it seems to be different.
My script is supposed to loop through an array of IP addresses, check for the existence of a file...
|
Forum: Scripting
03-01-2019, 10:09 AM
|
Replies: 7
Views: 4,857
|
Forum: Scripting
03-01-2019, 09:10 AM
|
Replies: 7
Views: 4,857
|
Forum: Scripting
03-01-2019, 09:05 AM
|
Replies: 7
Views: 4,857
|
Forum: Scripting
03-01-2019, 07:40 AM
|
Replies: 7
Views: 4,857
|
Forum: Scripting
02-12-2019, 08:51 AM
|
Replies: 3
Views: 4,256
I made some changes but it's still skipping...
I made some changes but it's still skipping ahead.
'Declare - nova stop or start
Dim doWhat
doWhat = crt.Dialog.Prompt("Enter 'stop' or 'start' :")
If doWhat = "" Then Exit Sub
MsgBox...
|
Forum: Scripting
02-07-2019, 10:44 AM
|
Replies: 3
Views: 4,256
|
Forum: Scripting
01-31-2019, 07:30 AM
|
Replies: 11
Views: 6,196
|
Forum: Scripting
01-24-2019, 10:48 AM
|
Replies: 11
Views: 6,196
|