2009年10月30日

摘要: 转网上的:[DllImport("kernel32.dll")] public static extern uint WinExec(string lpCmdLine, uint uCmdShow);private void button1_Click(object sender, EventArgs e) { //在临时文件夹生成批处理文件 string vBatFile = Path.Get... 阅读全文

posted @ 2009-10-30 23:19 秦秋随 阅读(1525) 评论(1) 推荐(0)