F
Fran
I need to create a VBScript that will:
Check the logon user's settings to see if some QuickLaunch icons
exist and if not to copy them.
The problem is I don't know VBScript that well (and it needs to be in
VBScript I have been told already.)
So... can someone tell me where I can get info on doing this? I can't
seem to find a reference on how to do this.
In a nutshell I will need to:
1) Get the login user's name
2) Check to see if the Quick Launch icons exist in the Documents &
Settings\%UserName%\Application Data\Microsoft\Internet Explorer\Quick
Launch folder
3) if not there copy them to the Quick Launch folder
I also need to do this for the desktop icons as well (these will be
group policy login scripts.)
Once I understand this I will attempt to mimic roaming profiles
without the hassle of using roaming profiles (some bugs like it
copying the printer(s) over can be avoided if I just use scripts.)
Any hints or code samples are appreciated!
-Fran-
Check the logon user's settings to see if some QuickLaunch icons
exist and if not to copy them.
The problem is I don't know VBScript that well (and it needs to be in
VBScript I have been told already.)
So... can someone tell me where I can get info on doing this? I can't
seem to find a reference on how to do this.
In a nutshell I will need to:
1) Get the login user's name
2) Check to see if the Quick Launch icons exist in the Documents &
Settings\%UserName%\Application Data\Microsoft\Internet Explorer\Quick
Launch folder
3) if not there copy them to the Quick Launch folder
I also need to do this for the desktop icons as well (these will be
group policy login scripts.)
Once I understand this I will attempt to mimic roaming profiles
without the hassle of using roaming profiles (some bugs like it
copying the printer(s) over can be avoided if I just use scripts.)
Any hints or code samples are appreciated!
-Fran-