Ignore:
Timestamp:
Apr 1, 2006, 5:46:11 PM (19 years ago)
Author:
pr
Message:

Added title parameter to doshQuickStartSesssion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cppbase/bs_config.cpp

    r308 r310  
    23432343 *@@changed V0.9.18 (2002-03-08) [umoeller]: added codec
    23442344 *@@changed V1.0.5 (2005-01-25) [pr]: Change directory to that of executable
     2345 *@@changed WarpIN V1.0.10 (2006-04-01) [pr]: Set title in doshStartSession call
    23452346 */
    23462347
     
    23482349                       BSFileLogger *pLogFile)  // in: file logger (log file), can be NULL
    23492350{
     2351    string    strTitle;
     2352    strTitle.assignUtf8(&codecProcess, _ustrExecutable);
    23502353    string    strParams = "/c ";
    23512354    strParams.appendUtf8(&codecProcess, _ustrExecutable);
     
    23842387    if (_arc = doshQuickStartSession("cmd.exe",
    23852388                                     (PSZ)strParams.c_str(),
     2389                                     (PSZ)strTitle.c_str(),
    23862390                                     SSF_TYPE_DEFAULT,            // session type
    23872391                                     FALSE,   // foreground
Note: See TracChangeset for help on using the changeset viewer.