|
From: Brian Nicholson on 27 Jun 2008 13:05 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 27 Jun 2008 19:08 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 29 Jun 2008 03:02 If you want, you could shell a "net use" command for mapping a drive
|
Pages: 1 Prev: SQL Query in VBScript Next: Modifying HKCU or HKU subkey that has been restricted |