create process Vs Shell execute
-
Hi whats the difference between createprocess and shell execute?
-
Hi whats the difference between createprocess and shell execute?
When you use of createPRocess it makes a new process and a thread for it and new process has a handle that you can use of it that this handle has PROCESS_ALL_ACCESS access with ShellExecute you can execute any command.
-
Hi whats the difference between createprocess and shell execute?
Documentation isn't (
CreateProcess
[^],ShellExecute
[^]) satisfactory? Roughly speaking the former gives you more control, the latter is more user friendly. :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Documentation isn't (
CreateProcess
[^],ShellExecute
[^]) satisfactory? Roughly speaking the former gives you more control, the latter is more user friendly. :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]CPallini wrote:
Documentation isn't (CreateProcess [^], ShellExecute [^]) satisfactory?
I've always wondered how you get those links. :laugh:
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Visual C++ MVP
-
CPallini wrote:
Documentation isn't (CreateProcess [^], ShellExecute [^]) satisfactory?
I've always wondered how you get those links. :laugh:
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Visual C++ MVP
Rajesh R Subramanian wrote:
how you get those links
:rolleyes: Drugz help. :rolleyes:
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]