2012年2月16日

将目录添加环境变量

摘要: 有的时候我们需要将exe所在目录添加环境变量,这样可以在cmd中直接调用此exe,方法如下: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.IO; 6 using Microsoft.Win32; 7 using System.Diagnostics; 8 using System.Runtime.InteropServices; 9 10 namespace AppGet {11 class Program {12... 阅读全文

posted @ 2012-02-16 13:44 cjfwu 阅读(1679) 评论(0) 推荐(0) 编辑

导航