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
The batch file in question
NET USE z: /d
net use z: \\192.168.1.10\Download password/user:Johno