CONICON — Set the icon for the console window.

Syntax:
CONICON /C /D /I:n filename…

/Cuse the icon in TCC.EXE; equivalent to "%_cmdspec"
/Drestore the system default console icon
/I:nthe icon’s index within the file

This command is only useful in a standalone console window. Changes to the console icon in a Take Command tab are not visible.

rem  Show several different console icons:
for /l %i in ( 3, 1, 11 ) ( conicon "%@shfolder[37]\shell32.dll" /i:%i & delay 1 )
conicon /c