2011年11月4日
摘要: //文本文件的创建,和写入数据 引用system.io string path = @"D:\backup\pg_backup.txt"; if (!File.Exists(path)) { ... 阅读全文
posted @ 2011-11-04 13:38 swarb 阅读(117) 评论(0) 推荐(0) 编辑
摘要: //创建进程 public static void StartCmd(String workingDirectory, String command) { Process p = new Proces... 阅读全文
posted @ 2011-11-04 13:32 swarb 阅读(466) 评论(0) 推荐(0) 编辑