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

Python Consultant pythonconsultant01 at gmail.com
Fri Aug 14 16:13:40 CEST 2015


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


More information about the BangPypers mailing list