[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
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.
[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
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