Zitat von
dR4g0N:
hatte das mal irgendwo gesehen. vlt hilft es dir ja weiter:
Delphi-Quellcode:
uses ShellApi, SysUtils;
ShellExecute(Application.Handle, 'open', PChar(SysUtils.GetEnvironmentVariable('COMSPEC')),
PChar('/C dir c:\*.txt'), nil, SW_ShowNormal);
wo bei das '/C dir' bleiben muss und dahinter der befehl ausgeführt wird
(also z.B. für net send: '/C dir net send pc-xy nachricht' (is nur bsp.. ich weiß natürlich, dass es besser ist den service direkt anzusprechen, da man dann den absender usw ändern kann
))
mfg rob
PS: ich hoffe ich konnte helfen