PDA

View Full Version : Any way to do simultaneous telnets?


tim.bertalot
11-21-2003, 11:41 AM
Is there any way to use the built in telnet action to run multiple telnets (similar to removing the wait for completion check on a Run program action). I need to kick off a script on several unix boxes and there is no interdependency between them so I would like to be able to run them all at once.

kinook
11-21-2003, 12:03 PM
Not directly, but you could put each Telnet action into a separate .bld file (or if the same script needs to be run on different servers, just create a single project and pass in the server name to it), and in the master project use a VisBuildPro Project step to launch each one, marking the calling steps to not wait for completion.