Great info. But I do have one question. I went to the first link you posted and created a vbs logon script and it works great, but what can you type in to go to a specific user folder?
We have a folder on a file server called "userdata". Inside that are folders for each end user. I tried %user% and %logon% and that didn't work. What I was wondering was how when the end user logs in would this map to their individual folder? Below is my script so you can see what I am talking about...........
everquestaddict, I do not use vbs for my login scrits, i use good old bat files so i can not help much with your question. I know someone will probably answer sometime soon.
If you try to do the same thing with a bat file, you can map their drive by doing something like: net use H: "\\computername\%username%" /PERSISTENT:YES
That is what i use for out backup folders at my work. I would think that the %username% would work with vbs but i can not be certain of it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.