batch file help

Associate
Joined
25 Jul 2004
Posts
2,052
Location
Aberdeen
So I've written a batch file that works perfectly on xp at startup, it connects to my server share and creates a network drive on the users pc. Now the problem i'm having is not so much a problem but more of an annoyance. On vista the batch file works but vista alerts me saying that not all drives were connected, this is untrue however as they clearly are.

The batch file in question
NET USE z: /d

net use z: \\192.168.1.10\Download password/user:Johno
 
just try this...

disable UAC

restart..

i'm not reccomending you run without it btw, but it may work
 
Why not just map to the share within explorer and make it a persistent share? It would then connect to the share on logon.
 
Back
Top Bottom