Connecting Tech Pros Worldwide Forums | Help | Site Map

How to Save output from a SendKeys command?

Newbie
 
Join Date: Aug 2009
Posts: 2
#1: Aug 11 '09
I am running a command from my PC to a remote linux machine. My script executes a SQL query at the linux box. How do I save the output of that SQL query?

This is what my sql request looks like:

objShell.SendKeys "select * from call_log_active where my_phone LIKE '{%}2197250033{%}';{enter}"

Reply