digital8 Second Lieutenant
Joined: 29 Sep 2005
Posts: 1002
|
Posted: Fri Oct 07, 2005 11:58 am Post subject: Unattended Add Quicklaunch to the Toolbar |
|
|
This may be a simple question, but I am unable to find any documentation on adding the quick launch to the toolbar in an unattended installation. Anyone had any luck with this?
dim oShell
Dim oAppl
Set oAppl = createObject("shell.application")
Set oShell = CreateObject("wscript.shell")
oAppl.trayproperties
WScript.Sleep(2000)
oShell.SendKeys"%{q}"
oShell.SendKeys"{ENTER}"
Set oShell=Nothing
Set oAppl=Nothing |
|