Page Tree
Other Releases
ve the file and close the
Easy Heading Macro | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
...
...
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.
...
A batch file is a script file in DOS, OS/2, and Microsoft Windows. It consists of a series of commands that are executed by the command-line interpreter and are stored in a plain text file.
...
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" |
...