Hi, I'm writing a program that interfaces with built in Windows Tools like IPCONFIG.exe. For reasons of compatibility, this program runs an IPCONFIG.exe stored in the application directory. However, IPCONFIG.exe is dependent on several files in the System32 directory (it uses relative paths). Short of copying all of system32 into the application directory, I want to detect what files IPCONFIG.exe attempts to access - and then copy the relevant folder tree to the application directory. I can take care of the copying the tree, I just need a way to determine which files the program attempts to use.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.