![]() |
#30 |
Участник
|
Цитата:
X++: anytype currentDirectoryValue; ; createProcess.arg( ExtTypes:: DWORD, // in LPCTSTR lpApplicationName, ... _currentDirectory ? ExtTypes::STRING : ExtTypes::Dword, // in LPCTSTR lpCurrentDirectory, ... if (currentDirectory) currentDirectoryValue = _currentDirectory; else currentDirectoryValue = 0; if (! createProcess.call(0, _commandLine, 0, 0, 0, _creationFlags, 0, currentDirectoryValue, strartupInformation, processInformation)) throw error(strfmt("Ошибка при запуске приложения \"%1\"", _commandLine));
__________________
Axapta v.3.0 sp5 kr2 |
|