ShellExecute() and Win XP
- Posted by sergelli Aug 26, 2012
- 1628 views
Hello
Another problem I can not solve.
ShellExecute() works well with Windows 7, even with Wine on Linux.
But with Windows XP, the ShellExecute() function does not work when using parameters.
In short:
shellExecute("open","exe1.exe",SW_SHOWNORMAL) -- works shellExecute("open","exe1.exe arg1 arg2",SW_SHOWNORMAL) -- not works with Win XP
Any idea??