Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SYSDIR

The Windows System Directory, eg. 'D:\WINNT\System32'

WINDIR

The Windows Directory - eg. 'D:\WINNT'

COMPUTERNAME

The name of the computer you are running FinalBuilder on.

USERNAME

The Name of the currently logged on User

DOSCMD

The path to the DOS command interpreter. This is used internally by FinalBuilder.

 

The following Application Variables are created by FinalBuilder:

ISAUTOBUILD

True if the build is being run automatically from a command line parameter.

ISCONSOLEBUILD

True if the build is being run from the console under FBCMD.EXE.

ISINTERACTIVEBUILD

True if the build is being run under the FinalBuilder IDE.

ISINCLUDEDPROJECT

True if the current project is being run as a child project

(via the Include FinalBuilder Project Action)

FBPROJECT

The full path to the currently running FinalBuilder project file.

FBPROJECTDIR

The dir where the currently running FinalBuilder project lives.

FBDIR

The directory in which FinalBuilder is installed.

FBIGNOREDERRORS

The number of actions in error during the build that were ignored.

FBBUILDTYPE

When running in the IDE, is this a full run or a run started part-way through? Possible values are script constants btFull, btFromCurrent, btSelected or btSelectedAndChilren.

ISSERVERBUILD

True if the project is being run by FinalBuilder Server.

FBSERVERPROJECTNAME

If the project is run by FinalBuilder Server, holds the name of the project as it is defined there

 

These Variables may appear on your system, depending on whether you have the software installed :

...