In a nutshell: I want to do the same thing \"Dependency Walker\" does.
Is there any Win32 API function which can enumerate the dependencies of a EXE and/or DLL file?
findstr -i .dll exe.exe | more | findstr -i .dll | more
rem :)