摘要:
<在不知道应用程序路径的情况下,通过应用程序的名字,即可打开:public class Test{static void Main(string[] args){Process proc = new Process(); proc.StartInfo.FileName = "Dreamweaver.exe"; proc.Start();Console.ReadLine();}}当然,前提是,... 阅读全文
posted @ 2004-03-29 15:52
溺水妖精
阅读(1895)
评论(5)
推荐(0)

浙公网安备 33010602011771号