<< Click to Display Table of Contents >> Navigation: ThinBASIC Tools > thinBundle > #BUNDLE Version |
Description
Instruct BUNDLE process about bundle Version information.
Syntax
#BUNDLE Version "VersionName", "VersionData"
Returns
None.
Parameters
The following Version names strings are available:
Version Name |
Meaning |
"Comments" |
|
"CompanyName" |
|
"FileDescription" |
|
"LegalCopyright" |
|
"LegalTrademarks" |
|
"ProductName" |
|
"ProductVersion" |
|
"FileVersion" |
|
"OriginalFilename" |
Remarks
Restrictions
This directive is a pre parsing directive.
It means all #BUNDLE ... statements will be solved before starting script execution.
See also
Examples
#BUNDLE Version "Comments" , "Test script for testing thinBundle"
#BUNDLE Version "CompanyName" , "ThinBASIC"
#BUNDLE Version "FileDescription" , "Test script for testing thinBundle"
#BUNDLE Version "LegalCopyright" , "Copyright 2014 All right reserved"
#BUNDLE Version "LegalTrademarks" , "Legal Trademarks can be found on the web site"
#BUNDLE Version "ProductName" , "Application"
#BUNDLE Version "OriginalFilename" , "Original Application"
#BUNDLE Version "ProductVersion" , "1.3.0.1232"
#BUNDLE Version "FileVersion" , "1.3.0.12"