' Minor updates 28 Sept 2004 Option Explicit Dim aOpt aOpt = Array(_ "\\mail\HP 4100 - Clinical - Clare", _ "\\mail\HP 4000 - Admissions", _ "\\medical\HP LaserJet 4000 - Medical", _ "\\mail\HP 4000 - Front Desk", _ "\\mail\HP 4000 - Business Office", _ "\\mail\HP 4100 - Clinical - HRC", _ "\\mail\HP 4100 - Business Office", _ "\\victoria\HP 4500" _ ) wsh.echo "You selected:", SelectBox("Select a default printer", aOpt) Function SelectBox(sTitle, aOptions) Dim oIE, s, item set oIE = CreateObject("InternetExplorer.Application") With oIE .FullScreen = True .ToolBar = False : .RegisterAsDropTarget = False .StatusBar = False : .Navigate("about:blank") Do Until .ReadyState = 4 : WScript.Sleep 100 : Loop .width= 400 : .height=175 With .document with .parentWindow.screen oIE.left = (.availWidth - oIE.width ) \ 2 oIE.top = (.availheight - oIE.height) \ 2 End With ' ParentWindow s = "