Page Tree
Other Releases
...
...
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" |
...