首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

C# 施行运行命令-调用ShellExecute

2012-08-22 
C# 执行运行命令-调用ShellExecute方法://清理全部浏览器历史记录Utils.ShellExecute(IntPtr.Zero, new St

C# 执行运行命令-调用ShellExecute
方法:

//清理全部浏览器历史记录Utils.ShellExecute(IntPtr.Zero, new StringBuilder("open"), new StringBuilder("rundll32.exe"), new StringBuilder("InetCpl.cpl,ClearMyTracksByProcess 255"), new StringBuilder(""), 1);

热点排行