[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 and select send file
option.

   I have no idea how to do this.

   Can someone help me if any one of have worked on this earlier.

Thanks in advance
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers


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 path])

Once it is opened, I need to click on file option and select send file
 option.

[...]

I haven't done this for a while but I remember automating a windows GUI
using, I think, pywin32. 


-- 
Cordially,
Noufal
http://nibrahim.net.in
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers


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 nou...@nibrahim.net.in
wrote:

 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 path])
 
 Once it is opened, I need to click on file option and select send file
  option.

 [...]

 I haven't done this for a while but I remember automating a windows GUI
 using, I think, pywin32.


 --
 Cordially,
 Noufal
 http://nibrahim.net.in
 ___
 BangPypers mailing list
 BangPypers@python.org
 https://mail.python.org/mailman/listinfo/bangpypers

___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers