Thanks for the reply.
I'm not sure if I know what you mean when you say call the batch file from
the netlogon share. Right now my batch file is located in a shared folder on
the server which contains the info for the mandatory profile. The batch file
is called from the default user account via the "profiles" tab in Active
Directory. Should I be calling from somewhere else?
Also, should I replace the line in my batch file with yours?
"(E-Mail Removed)" wrote:
> Try calling a batch file form the netlogon share of the network to map
> drives and printers. KIX is a pretty common script language also but
> batch should work fine. KIX supports printer mapping natively but
> batch does not, unless you make a system call to rundll32 (not
> advised). Get con2prt.exe and plop it into your netlogon share.
>
> con2prt /cd \servers\printer will connect the printer and make it
> default
> con2prt /c \\server\printer will simply connect it
>
> Hope this helps...
>
> -Mike M
> http://blatbox.frihost.net
>
>