Re: [Tutor] Windows Os Programming

2007-12-10 Thread ALAN GAULD
From: John Fouhy <[EMAIL PROTECTED]> >> Finally investigate the MSDN web site for WSH which gives > >Also the Microsoft Script Centre has a repository of python scripts: > http://www.microsoft.com/technet/scriptcenter/scripts/python/default.mspx?mfr=true Wow! That's new since I last looked. A

Re: [Tutor] Windows Os Programming

2007-12-10 Thread John Fouhy
On 11/12/2007, Alan Gauld <[EMAIL PROTECTED]> wrote: > Finally investigate the MSDN web site for WSH which gives > you relatively easy access to windows files, printers, registry and > processes via a set of COM objects that can be instantiated from > Python. Also the Microsoft Script Centre has a

Re: [Tutor] Windows Os Programming

2007-12-10 Thread Alan Gauld
"Sewqyne Olpo" <[EMAIL PROTECTED]> wrote > Could you give some hints about windows programming using python? The biggest hint is to buy Mark Hammonds venerable but still useful book: Python rogramming on Win32 Then read the os module documents and shutil and os.path. (Try the OS topic in my

[Tutor] Windows Os Programming

2007-12-10 Thread Sewqyne Olpo
Hello. As a new python programmer I wish to interact with the Windows Xp Os like loggin off session or restarting the system etc. But I dont know exactly where to start and what to learn. Could you give some hints about windows programming using python? Thanks in advance.