![]() |
Re: Start mehrerer Programme gleichzeitig
Programme kannst du mit ShellExecute starten:
Delphi-Quellcode:
MfG
uses ShellAPI;
... ShellExecute( 0, 'open', PChar('C:\Ordner1\Prog1.exe'), PChar(''), nil, SW_SHOW); ShellExecute( 0, 'open', PChar('C:\Ordner2\Prog2.exe'), PChar(''), nil, SW_SHOW); ShellExecute( 0, 'open', PChar('C:\Ordner3\Prog3.exe'), PChar(''), nil, SW_SHOW); Binärbaum |
Alle Zeitangaben in WEZ +1. Es ist jetzt 00:03 Uhr. |
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