Start project directly in runtime

Hi team,
How to run a project directly in runtime just by clicking on an icon on desktop.

Hi Nikhil,

To run any project directly from a desktop shortcut, you need to follow these steps:

  • Go to your product’s installation folder, and search for the TStartup.exe application. Right-click it, select Create Shortcut, and copy the file. Then, paste it on your desktop.
  • Then, right-click on the created shortcut, select Properties, and add “/project:“C:<ProjectPath\ProjectName.tproj”” to the “Target” field.

There are also many parameters that can be added to the Target field to provide more features to your project, as well as more debugging tools.

We have a documentation page that details those parameters, please find it in the link below:

https://docs.tatsoft.com/display/DOC91/TStartup+Parameters