I have seen some instances of what I am trying to do, but still can't find exactly what I need, and I am new to vbs.
I would like to create user shares, and point users to these shares, say via GP or login script. I have 2 files, one for the share, and one for the actual location. When I run the batch it gives me an error, so I figured I would try vbs. The file is just a text file, and i have tried to pump it into the batch with variables, but to no avail. ANY help, push, prod in a direction, would be great.

Re: What shoudl I use, VB or batch or other by jeff

jeff
Sat Jul 17 11:13:24 CDT 2004

On Fri, 16 Jul 2004 22:13:02 -0700, vbdumbass
<vbdumbass@discussions.microsoft.com> wrote:

>I have seen some instances of what I am trying to do, but still can't find exactly what I need, and I am new to vbs.
>I would like to create user shares, and point users to these shares, say via GP or login script. I have 2 files, one for the share, and one for the actual location. When I run the batch it gives me an error, so I figured I would try vbs. The file is just a text file, and i have tried to pump it into the batch with variables, but to no avail. ANY help, push, prod in a direction, would be great.

Do it without reading the external file until you have the rest
working as you wish. Also, run through the various scripts here:

http://cwashington.netreach.net/main/default.asp?topic=news

Jeff