Re: Batch Datei aufrufen, wie?

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Sandra Müller (SandraMller_at_discussions.microsoft.com)
Date: 03/22/05


Date: Tue, 22 Mar 2005 02:21:03 -0800


 Hallo,
> Alternativ kannst Du auch ShellExecute verwenden, der macht das intern
> alles automatisch...
>
> Siehe: ShellExecute
> http://msdn.microsoft.com/library/en-us/shellcc/platform/shell/reference/functions/shellexecute.asp

OK Danke.
was trage ich beim Handle ein? NULL?

HINSTANCE ShellExecute( HWND hwnd,
    LPCTSTR lpOperation,
    LPCTSTR lpFile,
    LPCTSTR lpParameters,
    LPCTSTR lpDirectory,
    INT nShowCmd
);

Grüße Sandra



Relevant Pages