Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. snowy81

    Script that gets username and password and brings up window.

    Thanks to everyone who helped but especially you jamesjames. I ended up using a modified version of yours. Here is the code: Const vbNormalFocus = 1 Set objNetwork = WScript.CreateObject("WScript.Network") strPer = "FALSE" strUsr = InputBox("Please Enter Your Username") strPas =...
  2. snowy81

    Script that gets username and password and brings up window.

    I have a script I wrote that gets a users name and password and maps a network drive for them. It is all working except I can't get it to actually open up the share. Here is the code for my last attempt. I know this should be easy but I can't figure it out. P.S (Everything up to and including...

Part and Inventory Search

Back
Top