Comment Re:No lib.exe (Score 2, Informative) 953
Just to put a fine point on how much this is the "exact same functionality". If you delete link.exe from your system then lib will fail to work. That's right, lib just calls link for you. It could be replaced by a batch file or a 1 line C program.
The same goes for dumpbin and editbin. It's just a wrapper over link.
The same goes for dumpbin and editbin. It's just a wrapper over link.