ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Starting a remote application with the current user account Hide the details
Corresponds to the information requested by <Element to return>: if the exeReturnValue constant was specified, <Result> corresponds to the return code specified by the RESULT statement. if the exePID constant was specified, <Result> corresponds to the identifier of process of application run (PID).
Command line to run. The specified application must be installed on the remote computer. The paths used in this command line must be valid on the remote computer.
Configures the function result:exeReturnValueThe current program resumes its execution when the program run is over. <Result> corresponds to the return value of executable.Caution: The remote application must be run in less than one hour. Otherwise, the value returned after an hour will be 0.exePIDThe current program and the program run are run in parallel. <Result> corresponds to the identifier of created process (also called PID) if the executable was successfully run, 0 if an error occurred.
IP address of server in xxx.xxx.xxx.xxx format (returned by NetIPAddress) or name of server (returned by NetMachineName).
User name that will be used to connect to the remote computer. This parameter has the following format: "Domain\User". The current user account is used if this parameter is not specified.
Password associated with <Connection Login>.This parameter is mandatory if <Connection Login> is specified.
Starting a remote application (advanced use) Hide the details
Process variable used to describe the characteristics of the application to run.
Last update: 09/20/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: