Forum: Scripting
12-29-2008, 10:20 AM
|
Replies: 5
Views: 5,814
Hi Queue,
We have another example script...
Hi Queue,
We have another example script that may be a little more specific to what it is you have described. I have attached this example script.
As an explanation, the script uses VBScript...
|
Forum: General
12-29-2008, 09:05 AM
|
Replies: 1
Views: 4,180
Hi johndouglas,
It is not currently possible...
Hi johndouglas,
It is not currently possible to configure SecureCRT to display text you have typed in a different text scheme than other text received from the remote.
It may be important to...
|
Forum: Scripting
12-27-2008, 09:15 AM
|
Replies: 19
Views: 14,689
Hi sduru,
An example script that you may be...
Hi sduru,
An example script that you may be able to use to generate a solution specific to your environment is below:
#$language = "VBScript"
#$interface = "1.0"
Dim g_fso, g_shell
Set...
|
Forum: File Transfer
12-27-2008, 08:28 AM
|
Replies: 1
Views: 4,192
Hi dhatch,
It would be helpful to see a...
Hi dhatch,
It would be helpful to see a debug log from VShell of the connection attempt that is producing these errors to get a better idea of what is happening.
Does this error occur with all...
|
Forum: Scripting
12-26-2008, 09:42 AM
|
Replies: 19
Views: 14,689
Hi sduru,
Which VanDyke product are you...
Hi sduru,
Which VanDyke product are you using?
The error you reported usually means you tried to access an element of an array that was either greater than its ubound or lower than its lbound....
|
Forum: Scripting
12-23-2008, 09:41 AM
|
Replies: 5
Views: 5,613
Hi Mark,
I have deleted my original post and...
Hi Mark,
I have deleted my original post and provided what should be an answer more specific to your question. :)
There may be a few ways to accomplish this, depending on the requirements of...
|
Forum: Secure Shell
12-22-2008, 12:07 PM
|
Replies: 15
Views: 16,832
Hi ecrist,
Since our investigation on the...
Hi ecrist,
Since our investigation on the issue is still in its infancy it is hard to tell if this is a configuration issue or a bug in VShell.
Could you provide verbose output from the client...
|
Forum: Scripting
12-19-2008, 10:15 AM
|
Replies: 28
Views: 14,849
Hi sfchtm,
I will need a little more...
Hi sfchtm,
I will need a little more information to understand exactly what it is you are looking to do.
Can you provide the script you are running?
What version of CRT are you using?
...
|
Forum: Scripting
12-15-2008, 03:50 PM
|
Replies: 4
Views: 4,964
Hi bsachnoff,
The .Path property can still...
Hi bsachnoff,
The .Path property can still be used to determine the session path, thus negating the need to set your log file and then set it back to the original.
An example of how one would...
|
Forum: Secure Shell
12-15-2008, 11:33 AM
|
Replies: 15
Views: 16,832
Hi ecrist,
Thanks for the information.
...
Hi ecrist,
Thanks for the information.
I have submitted the information you have provided to our development database for investigation. In the event that progress is made in relation to this...
|
Forum: Scripting
12-15-2008, 10:57 AM
|
Replies: 5
Views: 8,677
Hi Yaron,
Unfortunately, vbscript does...
Hi Yaron,
Unfortunately, vbscript does not support dynamic variable naming as you have described.
The easiest way to open all of your tabs and then send a command to each one would probably...
|
Forum: Secure Shell
12-12-2008, 02:57 PM
|
Replies: 15
Views: 16,832
Hi ecrist,
The VShell log you provided...
Hi ecrist,
The VShell log you provided indicates the password authentication is being attempted.
Can you change you ssh client to attempt keyboard-interactive authentication, and send me the...
|
Forum: Secure Shell
12-11-2008, 10:26 AM
|
Replies: 15
Views: 16,832
Hi ecrist,
It should be possible to...
Hi ecrist,
It should be possible to configure what it is you have described, but we'll need a little more information to understand more about your environment.
Are you authenticating with...
|
Forum: General
12-11-2008, 08:13 AM
|
Replies: 2
Views: 4,579
Hi sfaid,
I have added a feature request to...
Hi sfaid,
I have added a feature request to our development database in your behalf regarding the addition of a 'Connect in tab' option to the right-click context menu in the Connect Dialog.
In...
|
Forum: Scripting
12-10-2008, 02:08 PM
|
Replies: 5
Views: 8,677
Hi Yaron,
The example script you provided...
Hi Yaron,
The example script you provided should be a good starting place to accomplish what it is you are looking to do.
Specifically, you mentioned the following:
As an example, an...
|
Forum: Scripting
12-05-2008, 07:14 AM
|
Replies: 7
Views: 6,116
|
Forum: Scripting
12-04-2008, 11:04 AM
|
Replies: 7
Views: 6,116
|
Forum: Scripting
12-03-2008, 04:01 PM
|
Replies: 11
Views: 9,339
Hi seteshpl,
This could be done with basic...
Hi seteshpl,
This could be done with basic VBScript capabilities not specific to SecureCRT. A boolean variable could be used and set appropriately to determine if SecureCRT should execute the...
|
Forum: Scripting
12-02-2008, 02:43 PM
|
Replies: 11
Views: 9,339
Hi seteshpl,
Thanks for the update. I am...
Hi seteshpl,
Thanks for the update. I am glad adding the crt.Sleep line helped to resolve issue.
Regarding your question on different prompts, if I understand correctly your script is already...
|
Forum: File Transfer
12-02-2008, 08:38 AM
|
Replies: 7
Views: 12,397
Hi Sendami,
I will need a little more...
Hi Sendami,
I will need a little more information to understand what is causing the process to exit with the error code you have provided.
What version of SecureFX is running?
Version...
|
Forum: Scripting
12-02-2008, 08:28 AM
|
Replies: 7
Views: 6,116
Hi hengliang,
Implementation of such a...
Hi hengliang,
Implementation of such a feature is still under consideration for a future release of SecureCRT.
In the event that a version of SecureCRT is made available in which this feature...
|
Forum: Scripting
12-01-2008, 01:42 PM
|
Replies: 11
Views: 9,339
Hi seteshpl,
What version of SecureCRT is...
Hi seteshpl,
What version of SecureCRT is being used?
Version information can be found in the 'Help/About SecureCRT...' dialog.
What is the exact error that is displayed?
Lastly, does...
|
Forum: General
12-01-2008, 11:12 AM
|
Replies: 6
Views: 6,824
Hi DennisT,
If you remove the following line...
Hi DennisT,
If you remove the following line from your .key file, close SecureCRT, restart SecureCRT, and connect to your session, are you able to successfully change the Numlock status?
E...
|
Forum: Scripting
11-29-2008, 09:39 AM
|
Replies: 1
Views: 4,241
Hi Spaans,
The ability to send keys from a...
Hi Spaans,
The ability to send keys from a script and having the keymapping apply was added with the crt.Screen.SendKeys() method in SecureCRT 6.1.
SecureCRT 6.1 can be downloaded here...
|
Forum: Scripting
11-28-2008, 08:20 AM
|
Replies: 2
Views: 4,210
HI seteshpl,
Thanks for providing your...
HI seteshpl,
Thanks for providing your script as it exists thus far.
Could you explain more about what you mean by 'it does not work' when connecting with serial?
Where does the script fail?...
|