lisp2arx
Visual Programming for AutoLisp
Mathématiques en programmation Lisp..
doc2cpp,doc2lsp, sld2lsp, bmp2dcl,
free__GifCcapture for all-CAD'platforms..
|
Nou pe simpatie: Nicole23 din Bucuresti
 | Femeie 25 ani Bucuresti cauta Barbat 28 - 65 ani |
|
|
lisp2arxReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #1 |
adminAdministratorDin: Bucharest
Postari: 523
|
|
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. |
_______________________________________ http://www.puiubrat.3x.ro/lisp2arx/lisp ... O2UTM2.pdf
|
|
| |
|