<< Click to Display Table of Contents >> Navigation: ThinBASIC Tools > thinBundle > #BUNDLE Name |
Description
Instruct BUNDLE process about the executable name.
Syntax
#BUNDLE Name "BundleFileName"
Returns
None.
Parameters
Remarks
If no indications, Bundled executable will have the same name of the source script and will be created in the same directory.
Restrictions
This directive is a pre parsing directive.
It means all #BUNDLE ... statements will be solved before starting script execution.
See also
Examples
#BUNDLE Name "MyExecutableName"
#BUNDLE Name "MyExecutableName.exe"
#BUNDLE Name ".\Bin\MyExecutableName.exe"