ShellExecute...



I want to run the install program Install.cmd

ShellExecute(NULL, "open", "c:\\Install.cmd", NULL, "c:\\",
SW_SHOWNORMAL);

Nothing happens... where am i going wrong?

.


Loading