| <DIV id=1347><PRE>uses ShellApi;
...
ShellExecute(Handle, `open`,
`c:Windows
otepad.exe`, nil, nil, SW_SHOWNORMAL);
ShellExecute(Handle,`open`,
`c:windows
otepad.exe`,`c:SomeText.txt`,
nil, SW_SHOWNORMAL);
ShellE
Devamını Görmek İçin Üye Girişi Yapmanız Gerekmektedir. |