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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by adamrobert

  1. adamrobert

    Hi, How would I efficiently inco

    Hi, How would I efficiently incorporate an OR statement into the code below: Const READONLY = 1 Const WRITEABLE = 0 If file.Attributes = READONLY ........OR .......Then file.Attributes = WRITEABLE I've discovered that all file values are not necessarily 1 when they are of type 'read only'...
  2. adamrobert

    Closing a connection after employing MapNetworkDrive method

    Thanks for clarifying that tsuji. Cheers for all your help. adamrobert
  3. adamrobert

    Closing a connection after employing MapNetworkDrive method

    Hi tsuji, Where do I need to include the RemoveNetworkDrive method in my code? Is VBScript executed in a top-down fashion and if so then should I include the method at the end of my code? Cheers, adamrobert
  4. adamrobert

    Closing a connection after employing MapNetworkDrive method

    Hi, Initially a big thanks to 'spazmann' for his earlier assistance. I am employing the MapNetworkDrive method to connect to a server using the code below but I can't find a method which will close the connection once my file transfer process has completed. Set WshNetwork =...
  5. adamrobert

    Using VBScript to log onto a server with a specific username/password

    Hi, Apologies for my incompetence but I am having difficulty using VBScript to automatically log onto a server from a networked workstation with a specified username and password. I have been allocated a service account on two servers but am struggling to generate the required code. The...

Part and Inventory Search

Back
Top