I don't think it is possible. Mapped drives are a "user" thing.
Mapped drives stink anyway and you should not use them. They are a thing of
the past and should be eliminated.
Redesign the project so that it does not require Mapped Drives but uses,
perhaps, UNC pathes instead.
--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
"NONU" <(E-Mail Removed)> wrote in message
news:9D7036BB-250E-40B6-BBF6-(E-Mail Removed)...
> HI everyone,
>
>
> i have requirement in my project where we want drive to be permanently
> mapped in around 20 windows 2003 server and the server on whihc share
> exists
> is a unix server and that sahre need to be mapped all these 2003
> server.without the actual user logeed in..
>
> i tried to use net use :x \\servername\sharename /persistent:YES and the i
> converted this into a bat file and then into a .exe file and
>
> i tried to run this .exe file as a user defined service but i am not sure
> even if servce is created it starts and then stops.. just wanted to know
> if
> anyone has the exact reason for y this is happening service starting and
> stopping.. elsewaise if anyone has a better solution than what i thought..
>
>
> NONU