
Logon Batch to call a VBS that calls another batch
I have setup my domain group policy under the User Logon to run a batch
file. This batch file calls a VBS script that parses the machine name and
then I want that to call another batch file in a subdirectory. This works
fine when testing from command line, but will not work when logging in. It
appears that the VBS script is call the file from the local drive and not
the login folder or locations. Is there a way I can make the VBS script
call this file from the login Sysvol location of the actual files.
Also, can a local environmental be set on a machine via VBS or WSCRIPT. I
could not find a way to set an environmental. I found ways to get one that
already exist and how to delete one.
Thanks,
Joe Sargent