Board index » delphi » Batch (.BAT) file waits until Delphi EXE finishes?
pinn...@cam.org (Timothy Campbell)
![]() Delphi Developer |
Sun, 22 Nov 1998 03:00:00 GMT
Batch (.BAT) file waits until Delphi EXE finishes?Hello, fellow Delphiles... I want to write a batch file that looks like this: @ECHO OFF When I run this under Win95, XYZ.EXE starts up and then the batch In order to get XYZ to stop further processing, I tried experimenting procedure TForm1.FormCreate(Sender: TObject); procedure TForm1.AppIdle(Sender: TObject; var Done: Boolean); Alas, this did NOT stop the batch file from plowing onwards. All this makes me wonder why Delphi has a Halt() procedure... ____________________________________________________________________ |