|
ShellExecute (Application.Handle, 'open', PChar ('mysql.exe'), PCHAR ('mysql.exe -uroot -ppass meyle <d:\product\data.sql), PChar (' C:\Program Files\MySQL\MySQL Server 5.0\bin ') , SW_SHOWNORMAL);
or
ShellExecute (Application.Handle, 'open', PChar ('C:\Program Files\MySQL\MySQL Server 5.0\bin\mysql.exe'), PCHAR ('mysql.exe -uroot -ppass meyle <d:\product\data.sql), nil, SW_SHOWNORMAL);
Why can't I pass parameters? |
|