Versions Compared

Key

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

ve the file and close the

Easy Heading Macro
headingIndent40
navigationTitleOn this page
selectorh2,h3
wrapNavigationTexttrue
navigationExpandOptiondisable-expand-collapse

...

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.

...

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"
  • Add the desired additional parameters (see examples in the next sections)
  • Save the file and close the file
  • Right-click on the icon and change its extension name form .tex to .bat. A warning message will popup on the screen. Click on ’Yes’.

...