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 Wanet Telecoms Ltd 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. ddewan

    Persisting Mapped Drives

    Hey ShackDaddy NET USE \\Server\Sharename password /USER:Domain\UsrName /persistent:yes This gives me an error. Does this work for you, are u able to reconnect on restart without supplying the password ?
  2. ddewan

    Persisting Mapped Drives

    No it would ask for the password every time u reconnect.
  3. ddewan

    Persisting Mapped Drives

    I'm trying to access a Windows 2000 Advanced Server from another Windows 2000 Advanced Server. Both users are domain administrators.
  4. ddewan

    Persisting Mapped Drives

    I am trying to find out a way to persist the mapped drive connections . I have the following script: - NET USE \\Server\Share password /USER:Domain Name\Username. Can I put this script in the autoexec.bat file so that every time the server is rebooted, the share would automatically be mapped...
  5. ddewan

    XML.HTTP object - Asynchronous & synchronous call

    Set oXHttp = CreateObject("Microsoft.XMLHttp") oXHttp.Open "POST","ProcessSearchRequest.asp",True/False Open method can be a asynchronous call if we specify True as the 2nd parameter of the open method , and synchronous .. if we specify false. I'm using...

Part and Inventory Search

Back
Top