I want to check the path to a file on a bunch of computers. I was going to use a c++ program to be run as they log into novell.

The program would search for a particular file and save the path to a text file (i.e. c:\folder1\program.exe).

I am very new to c++. Thanks in advance!