The icc command without the /C option automatically invokes the linker. In the previous step, you disabled the linker by using the /C option. The ilink command invokes the linker independent of the compiler, so that you can link only those object files that you need/want to.
Type: exit to close the Command-line Session window.