
Getting .vbs script to run at logon..
Thanks for the tip... Got it working fine for NT clients. Is there anything special to do to get the logon.exe to run on 95 clients? Can't seem to get it to work. Just skips right over like nothing were specified in logon script.
-Chad
You cannot run it directly if you are using NT or Win95. You either have to wrap it in a dos batch file or you can use an external app (Like the one found on my site) that allows you to run it without invoking the console window.
Clarence
Check it out..
Http://cwashington.netreach.net
On this site you will find resources for all of your scripting needs.
Everything you need to get up and running. Over 100 Sample
Scripts, reference materials, and technical support via an
online discussion lounge.
[ Win32Scripting... automate!! ]
I am testing using wsh/vbs as a login script but am having trouble getting
it to run. I have entered the script (test.vbs) in my logon script portion
of my profile and the script is on all of my netlogon shares but it does not
run. Do I need to run it from a batch file or is there a better way to call
the .vbs directly?
All help appreciated!
-Chad