Al Dunbar replied to Jake
08-Feb-10 11:22 PM
Like yours, our logon script is written in VBScript, and it is run from a
domain controller. When our script runs, it runs on the PC we are logging
into, and, in that context, "C:" is the hard drive on the workstation, not
on the domain controllers.
If you wanted to run an executable actually located on a DC, you would have
to calculate a path to it relative to the path to the script.
The script you supplied actually does do (or tries to do) what you say you
want it to do. Does it work when you run it interactively from a
workstation? If not, perhaps you have the path wrong - are you sure it is not
/Al