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.

The $VERSIONINFO Metacommand adds text metadata to the resulting executable for identification purposes across the OS. Windows-only.

Syntax

$VERSIONINFO:key=value

Parameter(s)

Description

Availability

Example(s)

Adding metadata to a Windows exe compiled with QB64:


$VERSIONINFO:CompanyName=Your company name goes here
$VERSIONINFO:FILEVERSION#=1,0,0,0
$VERSIONINFO:PRODUCTVERSION#=1,0,0,0

See Also