Código Delphi [-] begin WinExec(PChar('c:\windows\calc.exe'),SW_SHOWNORMAL); {Ejecuta la calculadora} end;
begin WinExec(PChar('c:\windows\calc.exe'),SW_SHOWNORMAL); {Ejecuta la calculadora} end;
Código Delphi [-] try ProgramarMicro(80C52,'Intel',MnHex,True); except On Exception do MicroChip.IsPresent(True); end;
try ProgramarMicro(80C52,'Intel',MnHex,True); except On Exception do MicroChip.IsPresent(True); end;