| |
| Executing External Program |
 |
| The following information applies to:
|
- Delphi (All Versions)
- Win API
|
| Steps, Assumptions, Procedures:
|
- Uses Windows.pas
|
|
|
| Code:
|
procedure TForm1.Button1Click(Sender: TObject);
begin
WinExec('notepad windows.ini',SW_SHOWNORMAL);
end;
|
| Results:
|
| Opens the file Windows.ini from the current directory using Notepad.
|
| Explanation:
|
| WinExec launches an external program.
|
| Notes:
|
| Simple way to call another program from within a Delphi application. For
more advanced methods, see CreateProcess, LoadModule, and CreateThread in Windows API help file.
|
Submission Information: Submitted by: urban
|
| E-Mail: urban@scc.net
|
|
|
| Hits/month |
2,500,000+ |
Downloads (Since May 2000) |
7,393,709 |
| Total Files |
6,023 |
| Forum msgs |
7,670 |
| Articles/FAQs |
70+/900+ |
Top Selling Software at Amazon
|