Re: [Tutor] Communicating with Win2000 runas.exe

2006-08-18 Thread Tim Golden
[Tim Golden] | > [Barnaby Scott] | > | > | So I'm thinking along these lines: | > | | > | import subprocess | > | sp = subprocess.Popen(r'C:\WINNT\SYSTEM32\runas.exe | > | /user:administrator | > | C:\Program Files\Microsoft Games\Age of Mythology\aom.exe') | > | #some sort of code to send the p

Re: [Tutor] Communicating with Win2000 runas.exe

2006-08-17 Thread Barnaby Scott
Tim Golden wrote: > [Barnaby Scott] > > | So I'm thinking along these lines: > | > | import subprocess > | sp = subprocess.Popen(r'C:\WINNT\SYSTEM32\runas.exe > | /user:administrator > | C:\Program Files\Microsoft Games\Age of Mythology\aom.exe') > | #some sort of code to send the password here.

Re: [Tutor] Communicating with Win2000 runas.exe

2006-08-17 Thread Tim Golden
[Barnaby Scott] | So I'm thinking along these lines: | | import subprocess | sp = subprocess.Popen(r'C:\WINNT\SYSTEM32\runas.exe | /user:administrator | C:\Program Files\Microsoft Games\Age of Mythology\aom.exe') | #some sort of code to send the password here... | #help! I *think* -- and I'm ha

[Tutor] Communicating with Win2000 runas.exe

2006-08-17 Thread Barnaby Scott
I have a problem which I was hoping that Python could solve for me, but I have become stuck for days now after only 2 lines of code. My son has a Microsoft game on a shared family computer, which Microsoft in its infinite wisdom requires you to run as 'administrator'. Call me old-fashioned but I d