From: Brian Nicholson on
Hello,

I'm trying to create an admin page that can run miscellaneous scripts for
our IT department. Currently, I'm trying to create a script that can map a
network drive for a user (e.g. a form where I can input \\path\folder, drive
letter, and domain\user). Is this possible? If so, can someone point me in
the right direction?

Thank you,
Brian Nicholson
From: Al Dunbar on
Try asking in a vb.net group. this group is for vbscript, which is
significantly different.

/Al

"Brian Nicholson" <BrianNicholson(a)discussions.microsoft.com> wrote in
message news:C09AC984-D664-480F-A4BE-78055E72090E(a)microsoft.com...
> Hello,
>
> I'm trying to create an admin page that can run miscellaneous scripts for
> our IT department. Currently, I'm trying to create a script that can map
> a
> network drive for a user (e.g. a form where I can input \\path\folder,
> drive
> letter, and domain\user). Is this possible? If so, can someone point me
> in
> the right direction?
>
> Thank you,
> Brian Nicholson


From: Roy Cohen on
If you want, you could shell a "net use" command for mapping a drive