TN IT311 How to run a batch file from InTouch
Last updated: March 19th, 2025Description
- Author: Benjamin Davis
- Published: March 19th, 2025
Details:
Description
This article from InSource shows How to run a batch file from InTouch
- Author: Benjamin Davis
- Published: 03/22/2018
- Applies to: InTouch
Details
There are times you may want to run a batch file from an InTouch application.
To do so, first note the name of your batch file and its path.
In InTouch, create a script using the StartApp function..
StartApp "C:\Historian\ChangeName.bat";