| Previous | Next | |
STF.executeApplication(application:String, parameters:String) : Voidapplication - Application file name.
parameters - WINDOWS ONLY - Command line parameters.
Nothing.
Method; Executes an external application. NOTE: This command may cause problems on Windows if the user has screen saver "passwords" or "return to welcome screen" checked in the Display control panel.
The following example executes an external application.
STF.executeApplication("Application.exe","Param1 Param2 Param3");| Questions or Feedback? | Previous | Next |