I found a function in Win32 API: CreateProcess(). It does the thing what I want. But I wonder is there any other way to do this (just opening a program with command line arguments). Not with <windows.h>. ??
But ShellExecute is a win32 program and does more then launching programs. It can open files with associated program. I understand from MSDN... didn't use yet.