Versions Compared

Key

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

...

Launching the Application

Creating a

...

TStartup Shortcut

Go to your product’s installation folder (see usual path below), and search for the TStartup.exe application. Right-click on it, select Create Shortcut, and copy the file. Then, paste it in any folder.

...

Code Block
cd "C:\Program Files (x86)\<CompanyName>\<ProductName>\<ProductVersion>"

start "" "C:\Program Files (x86)\<CompanyName>\<ProductName>\<ProductVersion>\TStartup.exe"
/project:"C:\Projects\MyNewProject.tproj"

...