Changeset 310 for trunk/src/cppbase/bs_config.cpp
- Timestamp:
- Apr 1, 2006, 5:46:11 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/cppbase/bs_config.cpp
r308 r310 2343 2343 *@@changed V0.9.18 (2002-03-08) [umoeller]: added codec 2344 2344 *@@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 2345 2346 */ 2346 2347 … … 2348 2349 BSFileLogger *pLogFile) // in: file logger (log file), can be NULL 2349 2350 { 2351 string strTitle; 2352 strTitle.assignUtf8(&codecProcess, _ustrExecutable); 2350 2353 string strParams = "/c "; 2351 2354 strParams.appendUtf8(&codecProcess, _ustrExecutable); … … 2384 2387 if (_arc = doshQuickStartSession("cmd.exe", 2385 2388 (PSZ)strParams.c_str(), 2389 (PSZ)strTitle.c_str(), 2386 2390 SSF_TYPE_DEFAULT, // session type 2387 2391 FALSE, // foreground
Note:
See TracChangeset
for help on using the changeset viewer.