Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Working with putty
#2
Solved: 10 Years, 10 Months, 1 Week ago
yes this is possible.

You need to create string (command you want to execute) and then run it by shell command.

Eg:
Code:
exeCommand = "C:\putty.exe cd/home UID@Server -pw PWD your unix command"

Set objShell = CreateObject("WScript.Shell")
objShell.Run exeCommand



for each command you need to create seprate commands and then execute them.
Reply


Messages In This Thread
Working with putty - by testingcareers - 12-10-2010, 10:43 AM
RE: Working with putty - by Amit Singh Chauhan - 12-10-2010, 12:41 PM
RE: Working with putty - by testingcareers - 12-10-2010, 01:34 PM
RE: Working with putty - by Amit Singh Chauhan - 12-10-2010, 01:45 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  QTP(UFT) and putty hachem 0 3,709 03-03-2015, 05:16 PM
Last Post: hachem
  QTP 11 and Putty objects not recognized jparson11 2 5,780 06-29-2011, 01:07 AM
Last Post: jparson11
  Cannot identify Windows (Putty) object in QTP - Error kharini 2 5,585 08-30-2010, 11:35 AM
Last Post: venkatbatchu
  open Putty via QTP Rachna 3 12,357 01-05-2010, 08:54 PM
Last Post: rdemers25

Forum Jump:


Users browsing this thread: 1 Guest(s)