I tried:
CreateProcess(L"mybat.bat",NULL....
CreateProcess(L"cmd.exe",L"<mybat.bat"...
CreateProcess(L"cmd.exe",L"cmd.exe <mybat.bat"....
Any ideas ?
Thank you !
CreateProcess(TEXT("cmd.exe"), TEXT("/k mybat.bat")...
--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT Eurotech DOT com
My BLOG http://geekswithblogs.net/bruceeitman
Eurotech Inc.
www.Eurotech.com
"frax" <fr...@discussions.microsoft.com> wrote in message
news:F5F09CA0-F393-41FA...@microsoft.com...
But another question arose: I always thought WinCE has true Unicode support.
But I have now found that bat-files must not be unicode. Is this true ?
"Bruce Eitman [eMVP]" wrote:
> .
>
--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT Eurotech DOT com
My BLOG http://geekswithblogs.net/bruceeitman
Eurotech Inc.
www.Eurotech.com
"frax" <fr...@discussions.microsoft.com> wrote in message
news:A5BB0931-A357-446A...@microsoft.com...