Sean Duffy
05-30-2002, 07:38 AM
hello
I have set up a login script using windows scripting host in windows 2000
What ir does initially is calls an instance of Internet explorer with the following command
set IE = Createobject("internetExplorer.application")
with IE
.navigate ????????????
those ??? are suppose to be the path to the login script HTML page which is on the SYSVOL
I can't seem to be able to refer to this like in NT4 it %logonserver%scripts
I don't know the windows 2000 equivelant
can anyone help ?
thanks
Sean
I have set up a login script using windows scripting host in windows 2000
What ir does initially is calls an instance of Internet explorer with the following command
set IE = Createobject("internetExplorer.application")
with IE
.navigate ????????????
those ??? are suppose to be the path to the login script HTML page which is on the SYSVOL
I can't seem to be able to refer to this like in NT4 it %logonserver%scripts
I don't know the windows 2000 equivelant
can anyone help ?
thanks
Sean