Re: microsoft terminal server

2008-08-30 Thread Larry Bates

Tim Golden wrote:

[EMAIL PROTECTED] wrote:

HI,
i would like to know if there is a way to create a python script for
automate mstsc.exe username and pwd credential, i mean i would create
a script that first open mstsc.exe and in the same time is able to
fill [computer+username+pwd].


Haven't tried it, but in principle you should be
able to use the win32cred package from pywin32
to store your username / password and use an .rdp
file to automate the rest of the settings, including
the server.

TJG


Use Remote Desktop Connection to create/save an .rdp file that can connect to 
your remote computer.  Then use os.startfile('filename'.rdp).  It will call 
mstsc for you.


-Larry
--
http://mail.python.org/mailman/listinfo/python-list


microsoft terminal server

2008-08-29 Thread yqyq22
HI,
i would like to know if there is a way to create a python script for
automate mstsc.exe username and pwd credential, i mean i would create
a script that first open mstsc.exe and in the same time is able to
fill [computer+username+pwd].
Regards
thanks a lot in advance
--
http://mail.python.org/mailman/listinfo/python-list


Re: microsoft terminal server

2008-08-29 Thread Tim Golden

[EMAIL PROTECTED] wrote:

HI,
i would like to know if there is a way to create a python script for
automate mstsc.exe username and pwd credential, i mean i would create
a script that first open mstsc.exe and in the same time is able to
fill [computer+username+pwd].


Haven't tried it, but in principle you should be
able to use the win32cred package from pywin32
to store your username / password and use an .rdp
file to automate the rest of the settings, including
the server.

TJG
--
http://mail.python.org/mailman/listinfo/python-list