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 strongm 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. guidoD

    detecting a machine on the network, and checking if a file exists

    thanks qednik, but what exactly is STDOUT? a string? a file? how do I check it's contents?
  2. guidoD

    detecting a machine on the network, and checking if a file exists

    I tried the system(dos_command), but it returns 0 if the command ran successful. So if I ping a machine using this command, it is always going to return 0 whether the machine "replied" or "request timed out".
  3. guidoD

    detecting a machine on the network, and checking if a file exists

    Thanks, but won't fopen(\\\\device\\...) open the file if it's there? I just want to check for it's existence.
  4. guidoD

    detecting a machine on the network, and checking if a file exists

    Does anyone know how to check if a machine on the network is on or off in C++? (just like performing the DOS command: C:\>PING machineName) Also, what is the most efficient way to find out if a file exists at a certain pathname? Any help is greatly appreciated.

Part and Inventory Search

Back
Top