The help text for "RUNWIN" says it calls windows WinExec function. MSDN says WinExec is 16-bit, and applications should use the CreateProcess function. I'm hoping this is only a documentation issue.
Gerald
Correct. It uses CreateProcess() (though I believe WinExec is just a shell around it in any caseā¦)
World leaders in all things RevSoft