Вниз
Скачать: CL | DM;

Выполняется только первый файл, который я создаю, что делать???   Найти похожие ветки 

 
baromir   (2004-04-06 11:43) [0]

if FindFirst("*.cer", faAnyFile, searchResult2) = 0 then
  begin
   repeat
            GetDir  (0,Sdir);
           aaa6:= sdir+"\"+ searchResult2.Name;
           aa6_1:=PAnsiChar(aaa6);

                       SetCurrentDir("c:\2\openssl");
                                 Vfb:="";
                                AssignFile( Vfb, aaa6+".bat" );
                                Rewrite(Vfb);
                                Append( Vfb);
          SetCurrentDir("c:\2\openssl");
        GetDir  (0,Sdir);
Writeln( Vfb,"openssl.exe x509 -in "+ aaa6 +" -noout -text >"+aaa6+".info");
   Flush( Vfb );
CloseFile( Vfb );
aaa6:=aaa6+".bat";
ShellExecute(Handle,"open",Pchar(aaa6), nil,nil, SW_SHOWNORMAL);


 
xShadow ©   (2004-04-06 12:14) [1]

Что то я FindNext не бачу в данном коде


 
xShadow ©   (2004-04-06 12:16) [2]

if FindFirst(Edit1.Text, FileAttrs, sr) = 0 then
Begin
   Repeat
   Until FindNext(sr) <> 0;
   FindClose(sr);
end;



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.02 c
3-1083366101
Mister
2004-05-01 03:01
2004.05.23
проблема соединения


1-1084039313
studentRSU
2004-05-08 22:01
2004.05.23
Слайд-шоу


11-1071838359
SAGE
2003-12-19 15:52
2004.05.23
Ошибка: already in skipping mode.


1-1084115984
KLAUS
2004-05-09 19:19
2004.05.23
НУжно просто навсего удалить файл


1-1083926224
Vadim S
2004-05-07 14:37
2004.05.23
Где живет TBrowseInfo?




   Наверх