Re: Network Provider NPLogonNotify script

Tech-Archive recommends: Fix windows errors by optimizing your registry



Ask this one on NTFSD, that is where the file system folks hang out.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
http://www.windrvr.com
Remove StopSpam from the email to reply



"neoadam" <neoadam2000@xxxxxxxxx> wrote in message
news:99A103DC-CB8B-4D5A-8E75-03BB68520639@xxxxxxxxxxxxxxxx
Hi all,

I wanted to ask, is it possible to make the MPR wait for the script
passed
by my NP in NpLogonNotify() to finish before starting the user's session.
What I need to do is map some shares before the user or any batch in
startup
can access them.

If I forward a script to the MPR the script gets run in parallel with
other
user's batch files or programs, thus any access to the shares will not be
satisfied because my MPR script is still running. Is there a way to
synchronize this?

Thanks


.