C#执行外部程序
摘要:*在整个程序中System.Diagnostics.Process.Start(Info)*为主要语句。*如果只是单独执行一个外部程序,可用一条如下代码即可:*System.Diagnostics.Process.Start(*"外部程序名","启动参数");*/usingSystem;classtest{staticvoidMain(){//声明一个程序信息类System.Diagnostics...
阅读全文
posted @
2007-12-30 11:15
discboy
阅读(2937)
推荐(0)