+/*
- Wordpad implementation
- Copyright 2007 by Damjan Jovanovic
It is not wordpad, is it?
- ok = CreateProcessW(exePath, NULL, NULL, NULL, FALSE, 0, NULL,
currentDirectory,
&startupInfo, &processInfo);
This code does not run console apps correctly (use CREATE_NEW_CONSOLE flag).
-- Kirill