COMMANDLINE Function

[This topic is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders. There may be some display and formatting issues until the look and feel is finalized.]

Gets a list of the parameters that were used to start Microsoft Dynamics NAV.

String := COMMANDLINE

Property Value/Return Value

Type: Text or code

Contains a list of the parameters that were used to start Microsoft Dynamics NAV.

Remarks

This function is not supported in the RoleTailored client.

Example

If you started Microsoft Dynamics NAV with the following command:

c:\Program Files\Microsoft Dynamics NAV\Fin database=xyzco

Then run the COMMANDLINE function, the return string will be the following:

database=xyzco

ReturnString := COMMANDLINE

See Also

Reference

APPLICATIONPATH Function
ENVIRON Function
GUIALLOWED Function
HYPERLINK Function
OSVERSION Function
SHELL Function
SLEEP Function
TEMPORARYPATH Function

Other Resources

CONTEXTURL Function