Hi all,
I have problem with the shellexecute, i just want to create a file which name is dbase.
Here is my statement;
ShellExecute(0, 'open', PChar('c:\db\plink.exe -ssh -l xxxx -pw xxxx 192.168.2.10'), PChar('"touch dbase"'), nil, SW_SHOW);
But this statement doesnt work, what could be the problem?
Thanks.