using System.Diagnostics;
Process.Start(path+"notepad.exe");

如果用xp,你可以
using System.Diagnostics;
Process.Start("c:\windows\system32\notepad.exe");

打开其它应用程序同理。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-25
  • 2021-12-05
猜你喜欢
  • 2022-12-23
  • 2021-10-02
  • 2021-07-25
  • 2021-09-02
  • 2021-05-26
  • 2022-02-02
  • 2022-12-23
相关资源
相似解决方案