I was wondering did anyone know how you can searcg a computers directory and subdirectory for "Acro32Rd.exe" (Acrobat reader) without specifying the entire path that its in. I need help immediately. Thanks in advance!!
Printable View
I was wondering did anyone know how you can searcg a computers directory and subdirectory for "Acro32Rd.exe" (Acrobat reader) without specifying the entire path that its in. I need help immediately. Thanks in advance!!
Use the FindFirstFile (and if need be FindNextFile) API calls. They allow for wild cards searches and such.
Later