I'm trying to use the createprocess function to start an xsession, but so far I've been unsuccessful. Here is the code I'm trying to use:
_tcscpy(tszCommandLine, _T("C:\\Program Files\\Hummingbird\\Connectivity\\12.00\\Exceed\\Xstart.exe C:\\Documents and Settings\\username\\Application Data\\Hummingbird\\Connectivity\\12.00\\Profile\\XSW3.xs"));
CreateProcess(NULL, tszCommandLine, NULL, NULL, FALSE, NULL,
NULL, NULL, &si, &pi);
If I try to make the XSW3.xs the only command line parameter, the program runs but nothing happens. I would appreciate any help.
Thanks,
Smed