Windows NT login script

Syver Enstad syver-en+usenet at online.no
Fri Sep 6 13:32:25 EDT 2002


c <noone at nowhere.com> writes:

> I am a newbie to Python and I'm wondering how difficult it would be to
> 
> write a Windows NT/2000 login script using Python?
> 
> Can anyone think of a good way to do it?

I am not really into this, but couldn't you start a python script from
a windows batch file (.bat or .cmd)

Like this:

bla bla batch stuff
net use bla bla
python myScript.py withAnArgument orTwo
bla bla batch stuff

-- 

Vennlig hilsen 

Syver Enstad



More information about the Python-list mailing list