Re: [BangPypers] Python script to open hyper terminal and send password text file

2015-08-14 Thread Vishal
Dear PythonConsultant, Try using PyWinAuto for automating these types of tasks. Vishal Thanks and best regards, Vishal Sapre --- Please DONT print this email, unless you really need to. Save Energy & Paper. Save the Earth. On Fri, Aug 14, 2015 at 6:18 PM, Noufal Ibrahim KV wrote: > On Fri,

Re: [BangPypers] Python script to open hyper terminal and send password text file

2015-08-14 Thread Noufal Ibrahim KV
On Fri, Aug 14 2015, Python Consultant wrote: > Hi Guys, > > I am writing a script to open hyper terminal and send password file for > serial port reprocessing. > > using subprocess.Popen i am able to open hyper terminal > > >>> subprocess.Popen(["Hyperterminal path", "saved session pa

[BangPypers] Python script to open hyper terminal and send password text file

2015-08-14 Thread Python Consultant
Hi Guys, I am writing a script to open hyper terminal and send password file for serial port reprocessing. using subprocess.Popen i am able to open hyper terminal >>> subprocess.Popen(["Hyperterminal path", "saved session path"]) Once it is opened, I need to click on file option