Verweise --> Verweis hinzufügen --> COM --> Windows Script Host Model
IWshRuntimeLibrary.IWshShell shell = new IWshRuntimeLibrary.WshShell();
IWshRuntimeLibrary.IWshShortcut shortcut = (IWshRuntimeLibrary.IWshShortcut)shell.CreateShortcut(link);
Process.Start(shortcut.TargetPath);
Keine Kommentare:
Kommentar veröffentlichen