If the Shell function can't start the named program, an error occurs.
Kann die Shell-Funktion das benannte Programm nicht starten, tritt ein Fehler auf.
If the Shell function successfully executes the named file, it returns the task ID of the started program.
Kann die Shell-Funktion die benannte Datei erfolgreich ausführen, gibt sie die Task-ID des gestarteten Programms zurück.
By default, the Shell function runs other programs asynchronously.
Use the Shell function to run another application.
If the Shell function can't start the named program, an error occurs.
Wenn die Shell -Funktion das angegebene Programm nicht starten kann, tritt ein Fehler auf.
This example uses the Shell function to run an application specified by the user.
In diesem Beispiel wird die Shell -Funktion verwendet, um eine vom Benutzer angegebene Anwendung auszuführen.
If the Shell function successfully executes the named file, it returns the task ID of the started program.
Wenn die Shell -Funktion die angegebene Datei erfolgreich ausführt, gibt sie die Aufgaben-Nr. des gestarteten Programms zurück.
Note: By default, the Shell function runs other programs asynchronously.
Hinweis: Standardmäßig führt die Shell-Funktion andere Programme asynchron aus.
This means that a program started with Shell might not finish executing before the statements following the Shell function are executed.
Das bedeutet, dass die Ausführung eines Programms, das mit Shell gestartet wurde, nicht abgeschlossen sein muss, wenn die der Shell -Funktion folgenden Anweisungen ausgeführt werden.
First, need to install PTJ on your licensed PCs, and then simply use the Shell function (or other similar functions) to do it.
Zuerst müssen Sie PTJ auf Ihren lizenzierten PCs installieren und dann einfach die Shell-Funktion (oder andere ähnliche Funktionen) dazu verwenden.
To accomplish this, use the CreateProcess function instead of the Shell function to begin your shelled program.
Verwenden Sie zu diesem Zweck die CreateProcess -Funktion statt der Shell -Funktion, um das Shellprogramm zu starten.
Use Visual Basic's Shell function to run an executable program and add the program to the Tasks collection.
Mit der Shell -Funktion von Visual Basic können Sie ein ausführbares Programm ausführen und das Programm zur Tasks -Auflistung hinzufügen.
When you run the Shell function in a Microsoft Visual Basic for Applications (VBA) procedure, it starts an executable program asynchronously and returns control to the procedure.
Wenn Sie die Shell -Funktion in einer VBA-Prozedur (Microsoft Visual Basic für Applikationen) ausführen, wird asynchron ein ausführbares Programm gestartet und das Steuerelement an die Prozedur zurückgegeben.