Results 1 to 3 of 3

Thread: Remote Access

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2002
    Posts
    24

    Question Remote Access

    I need to "Ping" workstations in a file to see if they are awake and on LAN, what is the best way of doing this?

    I currently just use a FileExist routine, but this is too slow, as more and more workstations are added to the domain.

    All help and Ideas appreciated

  2. #2
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Okinawa, Japan
    Posts
    271
    fireblade,

    Im confused on what your trying to do.
    You have a list of ip addresses in a file, and you need to ping each address to see if its there?
    Or your checking a if a file exist over the network on each workstation??


    packetvb

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Aug 2002
    Posts
    24
    Sorry...

    I have a list of Workstation ID's, not IP Addresses. (simple .txt file).

    I need to use this list to determine if the Workstation is "Alive" i.e. has network connectivity, I can then scan the workstation for specific software.

    I currently do a simple FolderExist routine that looks for the WINNT folder... if this returns true, then the workstation is "Alive"

    I can then look for the more specific packages.

    The Problem is that this is very slow, and I have a huge number of machines to scan.

    I hope this clarifies things a little.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width