|
|
|
|
|
NetExecute (Function) In french: NetExécute Runs a specific program on an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. Note: To enable or disable this function on an FTP/RPC server, use NetServerOption. ConnectFTP is int ConnectFTP = NetConnect("148.61.125.245", FTPServer, "GUEST", "") ... // Starts WinWord on the server NetExécute(ConnectFTP, "WinWord.exe")
Syntax
NetExecute(<Connection ID> , <Program name>)
<Connection ID>: Integer Connection identifier (returned by NetConnect). <Program name>: ANSI character string Name of program that will be run on the server.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|