Справочник функций

Ваш аккаунт

Войти через: 
Забыли пароль?
Регистрация
Информацию о новых материалах можно получать и без регистрации:

Почтовая рассылка

Подписчиков: -1
Последний выпуск: 19.06.2015

Как запустить файл и Delphi?

16K
25 августа 2006 года
Theseus
2 / / 12.03.2006
Не подскажите - как запустить какую-то программу , файл и папку из Delphi?
344
25 августа 2006 года
Delpher
493 / / 14.08.2005
WinExec
CreateProcess
ShellExecute
15K
25 августа 2006 года
10098
43 / / 25.08.2006
CreateProcess, WinExec морально устарел.
16K
25 августа 2006 года
Theseus
2 / / 12.03.2006
[QUOTE=10098]CreateProcess, WinExec морально устарел.[/QUOTE]
Слушай мож плиз побольше рассказать про CreateProcess
Просто в доке мне не понятно:
Цитата:

procedure CreateProcess(const ExeName, Args: string; const RemoteHost: string = '');
CreateProcess starts a process for debugging.

The ExeName parameter is the path to the executable file to run.

The Args parameter is the command line to pass to the executable. It can be an empty string if there are no arguments.

The RemoteHost parameter is the name of the host where the process should run. The empty string means to use the local host.

The process is created and initially stopped at the main module’s entry point. After the debugger notifier receives the ProcessCreated notification, your wizard can leave the process in its stopped state or run the process.


Это что надо запускать
CreateProcess(const ExeName='prog.exe', Args: string; const RemoteHost: string = ''); ???

713
25 августа 2006 года
Ap0k
360 / / 13.03.2006
Мой тебе совет, учи мат. часть и учись пользоваться поиском ;-)
http://forum.codenet.ru/showthread.php?t=28631&highlight=CreateProcess
PS: файлы и папки не запускаются :)
1.8K
25 августа 2006 года
LastSoul
279 / / 28.12.2005
ShellExecute(0, 'open', 'c:\', '', '', SW_SHOWNORMAL);
339
27 августа 2006 года
verybadbug
619 / / 12.09.2005
CreateProcess на мой взгляд целесообразно использовать только для специфических задач.... для общих задач используй ShellExecute
ShellExecute(0, 'open', 'mailto:verybadbug@mail.ru', '', '', SW_SHOWNORMAL);
Реклама на сайте | Обмен ссылками | Ссылки | Экспорт (RSS) | Контакты
Добавить статью | Добавить исходник | Добавить хостинг-провайдера | Добавить сайт в каталог