The command line parameters accepted by Tally.Developer 9 are explained in this topic.
This parameter will open Tally.Developer 9 with the specified .tdl or .txt file. The path of filename is optional, if the specified file is in the Tally.Developer 9 folder.
/FILE:<Path/filename>
Example:
“C:\Tallydeveloper\tallydeveloper.exe” “/FILE:Browse URL.txt”
This command line will start Tally.Developer 9 with Browse URL.txt.
This parameter will open Tally.Developer 9 with the specified TDL project.
/PROJECT:<Path/project name>
Example:
“C:\Tallydeveloper\tallydeveloper.exe” “/PROJECT:C:\Demo TDLs\Demo TDLs.tpj”
This command line will start Tally.Developer 9 with Demo TDLs project.
This parameter will open the projects/files in a new instance of Tally.Developer 9.
/new “/PROJECT: Path/Project Name” or “/PROJECT: Path/Project Name” /new
Example:
“C:\Tallydeveloper\tallydeveloper.exe” “/PROJECT:C:\Demo TDLs\Demo TDLs.tpj”/new
Or
“C:\Tallydeveloper\tallydeveloper.exe”/new “/PROJECT:C:\Demo TDLs\Demo TDLs.tpj”.
This command line will open the project Demo TDLs in a new instance of Tally.Developer 9.