Translate

Samstag, 21. November 2015

C# .exe über .lnk ausführen

 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