0

How can I run a program when a context menu item in a shell extension is clicked?

AlexandruC
  • 3,527
  • 6
  • 51
  • 80

1 Answers1

3

There is a CreateProcess function you can call. Look at CreateProcess and example