Доброго всем времени суток. Подскажите, можно ли из InTouch запустить другую программу, например, MsPaint.exe ? Если да, то как передать параметры запуска?
Starting a Windows Application In a script, you can start a Windows application using the StartApp command.
Syntax StartApp appname;
Parameters appname
Path and file name of the application you want to start. A literal string value, message tagname, or string expression.
NoteYou need to know the path and file name of the application. If the application is in a directory that is part of the Windows PATH environment variable, you only need to pass the file name (without path).
Example(s) This script starts Microsoft Calculator.