Visio Guy

Solution-specific Visio Discussions => Network Diagramming => Topic started by: haris on November 01, 2015, 09:21:03 AM

Title: Putty / Telnet in Visio 2013
Post by: haris on November 01, 2015, 09:21:03 AM
Hi friends,

Anyone does know how to add putty / telnet in visio 2013.
Actually I want to open putty / telnet by clicking network stencil in the network diagram. I have seen some VB scripts here . kindly explain how can i do it

Regards,
Haris
Dubai
Title: Re: Putty / Telnet in Visio 2013
Post by: haris on November 09, 2015, 07:14:00 AM
Kindly update any one please.

Regards,
Haris
Title: Re: Putty / Telnet in Visio 2013
Post by: Yacine on November 09, 2015, 12:34:24 PM
Too special. sorry. :(
Title: Re: Putty / Telnet in Visio 2013
Post by: aledlund on November 13, 2015, 12:22:00 PM
The attached document has been tested with v2013. I made some trivial changes to the code, more specifically to the shape that I used for testing. I added two shape data fields.
pProtocol - is used to specify the putty protocol being used, it defaults to SSH
Port_Number - this should be obvious but defaults to port 22 so that it matchs the default protocol
Since putty will accept both an ipAddress or a host name, the ipAddress field has a name in it for my testing (you will obviously have to provide a valid address).
The program (putty) name is hard coded to match my system (win10x64), make sure your path is correct.
al Edlund
Tested on Win10 x64 with v2013 pro