Delphi-PRAXiS
Seite 3 von 3     123   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi Verknüpfung erstellen? (https://www.delphipraxis.net/32472-verknuepfung-erstellen.html)

blackfoxx 9. Apr 2005 13:07

Re: Verknüpfung erstellen?
 
Zitat:

CreateLink (MyPath1+'Project2.exe', 'F:\Verknüpfung.exe', 'Verknüpfung');
Häng mal nach MyPath1 und vpr das Project2.exe noch nen Backslash. Das Problem hatte ich in 'ner Copy-Funktion.
Also folendermaßen:
Delphi-Quellcode:
CreateLink (MyPath1+'\Project2.exe', 'F:\Verknüpfung.exe', 'Verknüpfung');
Greetz BF


Alle Zeitangaben in WEZ +1. Es ist jetzt 19:58 Uhr.
Seite 3 von 3     123   

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz