I am trying to use our function that is used to execute external applications such as cmd and some helper tools in a 64 bit environment. We seem to use shell32 to do this:kernel32.CreateProcessA(NULL, szProgram + " " + szCmdLine, NULL, NULL, TRUE, 0,...