[BangPypers] Python script to open hyper terminal and send password text file
Noufal Ibrahim KV
noufal at nibrahim.net.in
Fri Aug 14 16:18:46 CEST 2015
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
More information about the BangPypers
mailing list