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