Link to home
Start Free TrialLog in
Avatar of TheITGuy
TheITGuy

asked on

VBScript Drive Mapping Question

I need to map a drive letter to a local folder (C:\temp) in order for one of our document management programs to function.  I need to do this in a vbscript and it has always been in autoit in the past. Can someone point me in the right direction.  I have tried using a normal mapping but that does not work. Any ideas?  Thanks..
Avatar of Colemss
Colemss
Flag of United States of America image

ASKER CERTIFIED SOLUTION
Avatar of RobSampson
RobSampson
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of TheITGuy
TheITGuy

ASKER

I will give it a shot when I get in tomorrow morning.  We are running Documentum 5 for our document management system and it requires this for a temp folder.  I am sure we could do it some other way but this is the way they set it up originally so we are stuck with it for now.  Either way I will give it a go in the morning and let you know.  Thanks for the input.
Hmmm, does it need to be a "drive letter" to a local folder (in which case SUBST will do the job), or does it need an environment variable set to it, like the way %temp% works (In DOS type: echo %temp%)?

Anyway, try out what I posted, and see how you go?

Regards,

Rob.