Wie mit Vbscribt ein Programm starten?

Wie kann ich mit Vbscribt ein Programm starten?

Wie kann ich mit Vbscribt ein Programm
starten?

Wie wär’s mit

set WSHShell=CreateObject(„WScript.Shell“)
WSHShell.Run „Programmname“

?

Erstmal Danke, ich hats aber dann doch schon geschafft.

WSHShell=CreateObject(„WScript.Shell“)

WSHShell.Run „Programmname“,Bool,byte

Aber weißt Du wofür die letzten beiden Argumente stehen???

Danke im Voraus.
iSt