lisp2arx
Visual Programming for AutoLisp
Mathématiques en programmation Lisp..
doc2cpp,doc2lsp, sld2lsp, bmp2dcl,
free__GifCcapture for all-CAD'platforms..
|
Lista Forumurilor Pe Tematici
|
lisp2arx | Reguli | Inregistrare | Login
POZE LISP2ARX
Nu sunteti logat.
|
Nou pe simpatie: Monalisa mona Profile
 | Femeie 19 ani Bucuresti cauta Barbat 35 - 70 ani |
|
admin
Administrator
Din: Bucharest
Inregistrat: acum 14 ani
Postari: 519
|
|
Code:
Program Project1;
Uses
classes,
process;
{$mode objfpc}{$H+}
{$apptype console} // to read debug output on windows
var s:ansistring='';
begin
runcommand('c:\windows\system32\upx.exe',['--help'],s);
writeln(s);
writeln('Pree return to end . . .');
With TStringlist.Create do
Begin clear;
settext(pchar(s));
savetofile('b:\a.txt');
free;
End;
readln;
end. |
_______________________________________
|
|
pus acum 3 ani |
|