presys | scadadev.com
Bookmark and Share
Home | ASP.NET | C#.NET | VB.NET | Javascript | Database






SCADA: Starting a Windows Application from InTouch

When using InTouch to interact with other Windows applications, it is usually required to open the application from InTouch. This can be achieved with an InTouch script function.

StartApp WinAppName;

WinAppName: The windows application name. This can be a literal string value, message tag, or locally declared script message variable.

Examples:

{Start Microsoft Excel}
StartApp “C:\Program Files\Microsoft Office\Office12\Excel.exe”

{Start Microsoft Excel, and open a spreadsheet}
StartApp “C:\Program Files\Microsoft Office\Office12\Excel.exe C:\SpreadsheetLocation\Spreadheet.XLS”


Home | Terms of Use | Privacy Policy | Contact Us
Copyright © 2010 presys.co.uk. All Rights Reserved.