Re: [python-win32] Automating logon/logoff

2007-11-09 Thread Matt Herbert (matherbe)
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Matt > Herbert (matherbe) > Sent: Wednesday, October 17, 2007 11:02 AM > > I am stumped trying to figure out how I can automate the login/logoff > procedure on Windows. > [...] the hard part that I ca

Re: [python-win32] Automating logon/logoff

2007-10-18 Thread Matt Herbert (matherbe)
> -Original Message- > From: Tim Golden [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 18, 2007 3:07 AM > To: Matt Herbert (matherbe) > Cc: python-win32@python.org > Subject: Re: [python-win32] Automating logon/logoff > > Matt Herbert (matherbe) wrote: &

Re: [python-win32] Automating logon/logoff

2007-10-18 Thread Matt Herbert (matherbe)
> > Thomas, > Wooops, I meant to say Tim. Sorry bout that. -Matt ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Automating logon/logoff

2007-10-18 Thread Tim Golden
Matt Herbert (matherbe) wrote: > > >> -Original Message- >> From: Tim Golden [mailto:[EMAIL PROTECTED] >> Sent: Thursday, October 18, 2007 3:07 AM >> To: Matt Herbert (matherbe) >> Cc: python-win32@python.org >> Subject: Re: [python-win32]

Re: [python-win32] Automating logon/logoff

2007-10-18 Thread Matt Herbert (matherbe)
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Larry Bates > Sent: Wednesday, October 17, 2007 7:34 PM > To: python-win32@python.org > Subject: Re: [python-win32] Automating logon/logoff > > Matt Herbert (mather

Re: [python-win32] Automating logon/logoff

2007-10-18 Thread Tim Golden
Matt Herbert (matherbe) wrote: > Hello all, > > I am stumped trying to figure out how I can automate the login/logoff > procedure on Windows. Here is what I know so far. First, I can logoff > the system pretty easily using win32api.ExitWindowsEx() function. > Second, I can auto logon the system (a

Re: [python-win32] Automating logon/logoff

2007-10-17 Thread Paul Peavyhouse
I do this in my EggplantHelper (don't be fooled by the name, it has nothing to do w/ Eggplant...a rename is pending). http://wiki/Main/EggplantHelper from xmlrpclib import * s = ServerProxy('http://x.x.x.x:7399') s.win32.LogOffAndOnAs('', 'username', 'password') Pv On 10/17/07, Larry Bates <[EM

Re: [python-win32] Automating logon/logoff

2007-10-17 Thread Larry Bates
Matt Herbert (matherbe) wrote: > Hello all, > > I am stumped trying to figure out how I can automate the login/logoff > procedure on Windows. Here is what I know so far. First, I can logoff > the system pretty easily using win32api.ExitWindowsEx() function. > Second, I can auto logon the system (a

[python-win32] Automating logon/logoff

2007-10-17 Thread Matt Herbert (matherbe)
Hello all, I am stumped trying to figure out how I can automate the login/logoff procedure on Windows. Here is what I know so far. First, I can logoff the system pretty easily using win32api.ExitWindowsEx() function. Second, I can auto logon the system (after a reboot) using the special registry