Click on Options, then Data Options, and then Setup Files...
Then, click Setup... and then in the Control Options group-box, ensure the "Query for file name when capture is started" check-box is selected.
On the installation CD in \SAMPLES\DLX\, there are guides to creating DLLs, DLTs, and DLCs. If I am correctly understanding what DLCs are, Procomm uses pwtelnet.dlc to connect to devices using telnet.
Would there be a Procomm Plus user out there that could write a pwssh.dlc?
There is a...
Someone where I work has created and shared a .msi file that installs a Windows Tunnel Service that Procomm can use to connect to SSH-only devices. Once connected to the devices, I can execute the same scripts that I use on similar devices that have telnet enabled.
They also included some basic...
Can you post your code?
After your modem-connection-code completes for each modem, it might be possible to have the code take take an action based on a connection status that is set.
If you are a current customer of Nortel (now Genband or Avaya) they have a free terminal emulator for download at: https://app23.nortelnetworks.com/climanager
You can write scripts in CLIScript (basically JavaScript) or for simple tasks, its Batch scripting language.
One cool thing it that...
It has been years since I had this problem. Somebody gave me the fix which worked but I decided not to use encryption.
...but I think the decryption problem starts when the string to encrypt exceedes a certian length and the number of characters was odd (or maybe it was even).
I do not remember...
joda124,
Are you wanting to match:
"Name1, Surname1, code1" in file1
*** with ***
"Name1, Surname1, code1" in file2 ?
Then, what is the format of the line or which line do you want to write to file3?
Knob,
Is this pwtelnet.dlc file only for version 4.8? We have several PC's running 4.7.
http://www.aspectscripting.com/PWTELNET.DLC
P.S.
The link above is valid - I'm a moron. I was clicking Open instead of Save.
Thanks.
Give $DIALCONNECT a try.
proc main
string switchName
switchName = $DIALCONNECT
pwtitlebar switchName PERMANENT ;Display switch name in title.
msgbox "Name of this switch is: %s" switchName
endproc
$DIALCONNECT
Identifies the name of the Connection Directory entry that...
If anyone is interested, I'll see what code I have that is ready to post. (...not sure of the best way to post code.) I need to see what code I can migrate to .inc files or remove. For example, I initially tried this god-awful approach in the launcher() to launch the Worker session:
run...
Hello,
(Procomm Plus 4.8, Windows XP)
I work in a department that supports about 400+ Nortel switches/devices. I had a Procomm application that would sequentially telnet to a selected group of switches and process a set of scripts or commands. Like many on this forum, I have been looking for a...
Windows XP - Procomm Plus 4.8
With multiple telnet sessions connected, occasionally I see the problem with the incoming data from one session coming in on the wrong session.
I am attempting to write a launcher.was script that launches and manages a number of telnet sessions (workers) to run a...
Try using the profileWr and profileRd to read or write the old or new passwords.
Manually edit your main_script.was to look like this noting the necessary absence of spaces around the '=' operator.
#comment
[pwTopic]
#endcomment
proc main
set duplex 0
s0 = "currentusername"...
Is there a way to slow down the highlight speed?
Version 4.8 and Windows XP
When higlighting (left click and drag) text, if I drag past the top or bottom edge of the window, the scrolling speed is very excessive. In a flash there are pages and pages highlighted.
On another another slower...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.