|
Gracias Nadie por responder,
pero me aparece error
var
xx : string;
begin
xx := rutaflex + 'cuentas.bat';
Shellexecute(handle,nil, xx ,nil,nil,sw_shownormal);
end;
[Error] UDetCosto.pas(120): Incompatible types: 'String' and 'PChar'
que hacer
Gracias
|