|
<< Click to Display Table of Contents >> Navigation: Support for TN3270 Plus™ macros > Run |
Description
Runs the specified application or batch file.
Syntax
run(filename[,windowstyle])
or
run filename[,windowstyle]
Parameters
Part |
Type |
Description |
filename |
String |
Required. The full file name, including drive letter and path, of an application or batch file. |
windowstyle |
String |
Optional. String corresponding to the style of the window in which the program is to be run. |
The windowstyle named argument has these values:
Constant |
Description |
HIDDEN |
Window is hidden. |
MINIMIZED |
Window is displayed as an icon. |
MAXIMIZED |
Window is maximized. |