.NET - Copying an executable across LAN to another computer, and executing it

后端 未结 4 897
遇见更好的自我
遇见更好的自我 2021-01-13 05:37

I\'m using .NET, and going crazy trying to find any helpful API that lets me transfer a file across a LAN network (trough admin credentials of course) and then execute it on

4条回答
  •  误落风尘
    2021-01-13 05:54

    You can consider to use Scheduler service (AT command) to start an application (see http://msdn.microsoft.com/en-us/library/aa384006.aspx) after the application code are copied to the remote computer.

提交回复
热议问题