QB64.com

QB64 is a modern extended BASIC programming language that retains QBasic/QuickBASIC 4.5 compatibility and compiles native binaries for Windows, Linux, and macOS.

$EXEICON pre-compiler metacommand embeds a designated icon file into the compiled EXE file to be viewed in Windows Explorer.

Syntax

$EXEICON:’iconfile.ico’

Parameter(s)

Description

Example(s)

Embeds a designated icon file into the compiled EXE which can be viewed in Windows Explorer folders.


$EXEICON:'mush.ico'
_ICON

See Also