PROGDETAILS Details = {
                       .Length         = sizeof (PROGDETAILS),
                       .pszTitle       = "FC/2 : File Commander",
                       .pszExecutable  = "Fc.exe",
                       .pszEnvironment = "\0\0",
                       .swpInitial     = {
                                          .fl = SWP_SHOW | 
                                                SWP_ZORDER | SWP_ACTIVATE,
                                          .hwndInsertBehind = HWND_TOP
                                         }
                      };

HAPP App = WinStartApp (Window,
                        &Details,
                        NULL, NULL, 0);
       
       
       

WinTerminateApp (App);