how can I run External .exe File through Windows Server ?
如何通过Windows Server运行外部.exe文件?
thank's
1 个解决方案
#1
You need to provide more info to help you out better. You are asking us how to start an application and you have tagged it as c# so I assume you are asking how you can start an application/process using c#. If so the check the following link
您需要提供更多信息以更好地帮助您。您问我们如何启动应用程序并将其标记为c#,因此我假设您正在询问如何使用c#启动应用程序/进程。如果是,请检查以下链接
Process class using which you can run a local or remote process.
用于运行本地或远程进程的进程类。
#1
You need to provide more info to help you out better. You are asking us how to start an application and you have tagged it as c# so I assume you are asking how you can start an application/process using c#. If so the check the following link
您需要提供更多信息以更好地帮助您。您问我们如何启动应用程序并将其标记为c#,因此我假设您正在询问如何使用c#启动应用程序/进程。如果是,请检查以下链接
Process class using which you can run a local or remote process.
用于运行本地或远程进程的进程类。