C# 建立快捷方式
privatevoidCreateLink(stringlinkName,stringExeName,stringDescription)
{
WshShellshell=newWshShell();
IWshShortcutshortcut=(IWshShortcut)shell.CreateShortcut(linkName);
shortcut.TargetPath=ExeName;
shortcut.WorkingDirectory=Path.
下载地址
用户评论