CONICON
— Set the icon for the
console window.
Syntax:
CONICON
/C /D /I:
n
filename…
/C | use the icon in TCC.EXE; equivalent to "%_cmdspec" |
/D | restore the system default console icon |
/I: n | the 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